Searched refs:RELOC_LO16 (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/mips/mips/
H A Dkobj_machdep.c49 #define RELOC_LO16(x) ((x) & 0xffff) macro
157 DPRINTF(" LO16(%#lx) = 0x%04lx\n", addr, RELOC_LO16(addr));
158 *insn |= RELOC_LO16(addr);

Completed in 79 milliseconds