Home
last modified time | relevance | path

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

/netbsd/src/lib/libc/rpc/
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()
Dxdr_stdio.c102 xdrs->x_base = 0; in xdrstdio_create()
/netbsd/src/external/gpl3/gcc/dist/gcc/
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/sys/arch/x68k/stand/aout2hux/
Dhux.h38 be_uint32_t x_base; /* base address (normally 0) */ member