Home
last modified time | relevance | path

Searched refs:x_base (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/lib/libc/rpc/
H A Dxdr_sizeof.c104 if (len < (u_int)(uintptr_t)xdrs->x_base) { in x_inline()
113 xdrs->x_base = 0; in x_inline()
116 xdrs->x_base = (caddr_t)(uintptr_t)len; in x_inline()
133 xdrs->x_base = 0; in x_destroy()
166 x.x_base = (caddr_t) 0; in xdr_sizeof()
H A Dxdr_stdio.c102 xdrs->x_base = 0; in xdrstdio_create()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dalias.c2178 compare_base_symbol_refs (const_rtx x_base, const_rtx y_base) in compare_base_symbol_refs() argument
2180 tree x_decl = SYMBOL_REF_DECL (x_base); in compare_base_symbol_refs()
2184 if (XSTR (x_base, 0) == XSTR (y_base, 0)) in compare_base_symbol_refs()
2193 std::swap (x_base, y_base); in compare_base_symbol_refs()
2210 x_base = XEXP (DECL_RTL (x_node->decl), 0); in compare_base_symbol_refs()
2212 if (!SYMBOL_REF_HAS_BLOCK_INFO_P (x_base)) in compare_base_symbol_refs()
2220 if (SYMBOL_REF_HAS_BLOCK_INFO_P (x_base) in compare_base_symbol_refs()
2223 if (SYMBOL_REF_BLOCK (x_base) != SYMBOL_REF_BLOCK (y_base)) in compare_base_symbol_refs()
2225 if (SYMBOL_REF_BLOCK_OFFSET (x_base) == SYMBOL_REF_BLOCK_OFFSET (y_base)) in compare_base_symbol_refs()
2227 if (SYMBOL_REF_ANCHOR_P (x_base) != SYMBOL_REF_ANCHOR_P (y_base)) in compare_base_symbol_refs()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dalias.cc2206 compare_base_symbol_refs (const_rtx x_base, const_rtx y_base, in compare_base_symbol_refs() argument
2209 tree x_decl = SYMBOL_REF_DECL (x_base); in compare_base_symbol_refs()
2214 if (XSTR (x_base, 0) == XSTR (y_base, 0)) in compare_base_symbol_refs()
2224 std::swap (x_base, y_base); in compare_base_symbol_refs()
2241 x_base = XEXP (DECL_RTL (x_node->decl), 0); in compare_base_symbol_refs()
2243 if (!SYMBOL_REF_HAS_BLOCK_INFO_P (x_base)) in compare_base_symbol_refs()
2251 if (SYMBOL_REF_HAS_BLOCK_INFO_P (x_base) in compare_base_symbol_refs()
2254 if (SYMBOL_REF_BLOCK (x_base) != SYMBOL_REF_BLOCK (y_base)) in compare_base_symbol_refs()
2258 - SYMBOL_REF_BLOCK_OFFSET (x_base)); in compare_base_symbol_refs()
2270 base_alias_check (rtx x, rtx x_base, rtx y, rtx y_base, in base_alias_check() argument
[all …]
/netbsd-src/common/lib/libc/rpc/
H A Dxdr_mem.c129 xdrs->x_private = xdrs->x_base = addr; in xdrmem_create()
221 return (u_int)((u_long)xdrs->x_private - (u_long)xdrs->x_base); in xdrmem_getpos()
227 char *newaddr = xdrs->x_base + pos; in xdrmem_setpos()
/netbsd-src/sys/arch/x68k/stand/aout2hux/
H A Dhux.h38 be_uint32_t x_base; /* base address (normally 0) */ member
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h134 uptr x_base; member
H A Dsanitizer_platform_limits_solaris.cpp360 CHECK_SIZE_AND_OFFSET(XDR, x_base);
H A Dsanitizer_platform_limits_freebsd.cpp547 CHECK_SIZE_AND_OFFSET(XDR, x_base);
H A Dsanitizer_platform_limits_posix.h338 uptr x_base; member
H A Dsanitizer_platform_limits_posix.cpp1246 CHECK_SIZE_AND_OFFSET(XDR, x_base);
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h132 uptr x_base; member
H A Dsanitizer_platform_limits_solaris.cc356 CHECK_SIZE_AND_OFFSET(XDR, x_base);
H A Dsanitizer_platform_limits_posix.h390 uptr x_base; member
H A Dsanitizer_platform_limits_posix.cc1268 CHECK_SIZE_AND_OFFSET(XDR, x_base);
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h134 uptr x_base; member
H A Dsanitizer_platform_limits_solaris.cc358 CHECK_SIZE_AND_OFFSET(XDR, x_base);
H A Dsanitizer_platform_limits_freebsd.cc514 CHECK_SIZE_AND_OFFSET(XDR, x_base);
H A Dsanitizer_platform_limits_posix.h343 uptr x_base; member
H A Dsanitizer_platform_limits_posix.cc1223 CHECK_SIZE_AND_OFFSET(XDR, x_base);
/netbsd-src/common/include/rpc/
H A Dxdr.h123 char * x_base; /* private used for position info */ member