Home
last modified time | relevance | path

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

/trueos/sys/amd64/amd64/
HDelf_machdep.c164 Elf32_Addr *where32, val32; in elf_reloc_internal() local
215 where32 = (Elf32_Addr *)where; in elf_reloc_internal()
219 if (*where32 != val32) in elf_reloc_internal()
220 *where32 = val32; in elf_reloc_internal()
226 where32 = (Elf32_Addr *)where; in elf_reloc_internal()
229 if (*where32 != val32) in elf_reloc_internal()
230 *where32 = val32; in elf_reloc_internal()
/trueos/usr.sbin/kldxref/
HDef_amd64.c48 Elf32_Addr *where32, val32; in ef_reloc() local
100 where32 = (Elf32_Addr *)where; in ef_reloc()
101 *where32 = val32; in ef_reloc()
/trueos/libexec/rtld-elf/amd64/
HDreloc.c132 Elf32_Addr *where32; in reloc_non_plt() local
209 where32 = (Elf32_Addr *)where; in reloc_non_plt()
223 *where32 = (Elf32_Addr)(unsigned long)(symval + in reloc_non_plt()
280 *where32 = (Elf32_Addr)(def->st_value - in reloc_non_plt()
290 *where32 += (Elf32_Addr)(def->st_value + in reloc_non_plt()
/trueos/sys/sparc64/sparc64/
HDelf_machdep.c340 Elf_Word *where32; in elf_reloc() local
352 where32 = (Elf_Word *)where; in elf_reloc()
405 *where32 &= ~mask; in elf_reloc()
406 *where32 |= value; in elf_reloc()
/trueos/libexec/rtld-elf/sparc64/
HDreloc.c336 Elf_Word *where32; in reloc_nonplt_object() local
342 where32 = (Elf_Word *)where; in reloc_nonplt_object()
481 *where32 &= ~mask; in reloc_nonplt_object()
482 *where32 |= value; in reloc_nonplt_object()