Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/amd64/amd64/
Delf_machdep.c149 Elf32_Addr *where32, val32; in elf_reloc_internal() local
203 where32 = (Elf32_Addr *)where; in elf_reloc_internal()
207 if (*where32 != val32) in elf_reloc_internal()
208 *where32 = val32; in elf_reloc_internal()
214 where32 = (Elf32_Addr *)where; in elf_reloc_internal()
217 if (*where32 != val32) in elf_reloc_internal()
218 *where32 = val32; in elf_reloc_internal()
/freebsd-9-stable/usr.sbin/kldxref/
Def_amd64.c48 Elf32_Addr *where32, val32; in ef_reloc() local
100 where32 = (Elf32_Addr *)where; in ef_reloc()
101 *where32 = val32; in ef_reloc()
/freebsd-9-stable/libexec/rtld-elf/amd64/
Dreloc.c143 Elf32_Addr *where32 = (Elf32_Addr *)where; in reloc_non_plt() local
179 *where32 = (Elf32_Addr) (unsigned long) (defobj->relocbase + in reloc_non_plt()
270 *where32 = (Elf32_Addr) (def->st_value - in reloc_non_plt()
314 *where32 += (Elf32_Addr) (def->st_value + rela->r_addend); in reloc_non_plt()
/freebsd-9-stable/sys/sparc64/sparc64/
Delf_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()
/freebsd-9-stable/libexec/rtld-elf/sparc64/
Dreloc.c332 Elf_Word *where32; in reloc_nonplt_object() local
338 where32 = (Elf_Word *)where; in reloc_nonplt_object()
477 *where32 &= ~mask; in reloc_nonplt_object()
478 *where32 |= value; in reloc_nonplt_object()