Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powerpc/
H A Delf32_machdep.c238 Elf_Half *hwhere; in elf_reloc_internal() local
252 hwhere = (Elf_Half *) ((uintptr_t)relocbase + rela->r_offset); in elf_reloc_internal()
284 *hwhere = addr & 0xffff; in elf_reloc_internal()
299 *hwhere = ((addr >> 16) + ((addr & 0x8000) ? 1 : 0)) in elf_reloc_internal()