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

/freebsd-10.1-release/usr.sbin/kldxref/
H A Def_amd64.c48 Elf32_Addr *where32, val32; local
100 where32 = (Elf32_Addr *)where;
101 *where32 = val32;
/freebsd-10.1-release/sys/amd64/amd64/
H A Delf_machdep.c148 Elf32_Addr *where32, val32; local
199 where32 = (Elf32_Addr *)where;
203 if (*where32 != val32)
204 *where32 = val32;
210 where32 = (Elf32_Addr *)where;
213 if (*where32 != val32)
214 *where32 = val32;
/freebsd-10.1-release/libexec/rtld-elf/amd64/
H A Dreloc.c131 Elf32_Addr *where32; local
208 where32 = (Elf32_Addr *)where;
222 *where32 = (Elf32_Addr)(unsigned long)(symval +
279 *where32 = (Elf32_Addr)(def->st_value -
289 *where32 += (Elf32_Addr)(def->st_value +
/freebsd-10.1-release/sys/sparc64/sparc64/
H A Delf_machdep.c340 Elf_Word *where32; local
352 where32 = (Elf_Word *)where;
405 *where32 &= ~mask;
406 *where32 |= value;
/freebsd-10.1-release/libexec/rtld-elf/sparc64/
H A Dreloc.c336 Elf_Word *where32; local
342 where32 = (Elf_Word *)where;
481 *where32 &= ~mask;
482 *where32 |= value;

Completed in 181 milliseconds