Home
last modified time | relevance | path

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

/freebsd/sys/amd64/amd64/
H A Delf_machdep.c280 Elf32_Addr *where32, val32; in elf_reloc_internal() local
341 where32 = (Elf32_Addr *)where; in elf_reloc_internal()
345 if (*where32 != val32) in elf_reloc_internal()
346 *where32 = val32; in elf_reloc_internal()
352 where32 = (Elf32_Addr *)where; in elf_reloc_internal()
355 if (*where32 != val32) in elf_reloc_internal()
356 *where32 = val32; in elf_reloc_internal()
/freebsd/libexec/rtld-elf/amd64/
H A Dreloc.c141 Elf32_Addr *where32; in reloc_non_plt() local
222 where32 = (Elf32_Addr *)where; in reloc_non_plt()
236 *where32 = (Elf32_Addr)(unsigned long)(symval + in reloc_non_plt()
297 *where32 = (Elf32_Addr)(def->st_value - in reloc_non_plt()
307 *where32 += (Elf32_Addr)(def->st_value + in reloc_non_plt()