| /netbsd-src/lib/libc/rpc/ |
| H A D | xdr_sizeof.c | 104 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 D | xdr_stdio.c | 102 xdrs->x_base = 0; in xdrstdio_create()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | alias.c | 2178 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 D | alias.cc | 2206 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 D | xdr_mem.c | 129 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 D | hux.h | 38 be_uint32_t x_base; /* base address (normally 0) */ member
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_platform_limits_solaris.h | 134 uptr x_base; member
|
| H A D | sanitizer_platform_limits_solaris.cpp | 360 CHECK_SIZE_AND_OFFSET(XDR, x_base);
|
| H A D | sanitizer_platform_limits_freebsd.cpp | 547 CHECK_SIZE_AND_OFFSET(XDR, x_base);
|
| H A D | sanitizer_platform_limits_posix.h | 338 uptr x_base; member
|
| H A D | sanitizer_platform_limits_posix.cpp | 1246 CHECK_SIZE_AND_OFFSET(XDR, x_base);
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_platform_limits_solaris.h | 132 uptr x_base; member
|
| H A D | sanitizer_platform_limits_solaris.cc | 356 CHECK_SIZE_AND_OFFSET(XDR, x_base);
|
| H A D | sanitizer_platform_limits_posix.h | 390 uptr x_base; member
|
| H A D | sanitizer_platform_limits_posix.cc | 1268 CHECK_SIZE_AND_OFFSET(XDR, x_base);
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_platform_limits_solaris.h | 134 uptr x_base; member
|
| H A D | sanitizer_platform_limits_solaris.cc | 358 CHECK_SIZE_AND_OFFSET(XDR, x_base);
|
| H A D | sanitizer_platform_limits_freebsd.cc | 514 CHECK_SIZE_AND_OFFSET(XDR, x_base);
|
| H A D | sanitizer_platform_limits_posix.h | 343 uptr x_base; member
|
| H A D | sanitizer_platform_limits_posix.cc | 1223 CHECK_SIZE_AND_OFFSET(XDR, x_base);
|
| /netbsd-src/common/include/rpc/ |
| H A D | xdr.h | 123 char * x_base; /* private used for position info */ member
|