Searched refs:RELOC_HIGHEST (Results 1 – 1 of 1) sorted by relevance
52 #define RELOC_HIGHEST(x) ((((int64_t)(x) + 0x800080008000LL) >> 48) & 0xffff) macro214 DPRINTF(" HIGHEST(%#lx) = 0x%04llx\n", addr, RELOC_HIGHEST(addr)); in kobj_reloc()215 *insn |= RELOC_HIGHEST(addr); in kobj_reloc()