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

/freebsd-11-stable/usr.sbin/kldxref/
H A Def_amd64.c50 Elf32_Addr *where32, val32; local
102 where32 = (Elf32_Addr *)where;
103 *where32 = val32;
/freebsd-11-stable/sys/amd64/amd64/
H A Delf_machdep.c189 Elf32_Addr *where32, val32; local
243 where32 = (Elf32_Addr *)where;
247 if (*where32 != val32)
248 *where32 = val32;
254 where32 = (Elf32_Addr *)where;
257 if (*where32 != val32)
258 *where32 = val32;
/freebsd-11-stable/libexec/rtld-elf/amd64/
H A Dreloc.c135 Elf32_Addr *where32; local
215 where32 = (Elf32_Addr *)where;
229 *where32 = (Elf32_Addr)(unsigned long)(symval +
286 *where32 = (Elf32_Addr)(def->st_value -
296 *where32 += (Elf32_Addr)(def->st_value +
/freebsd-11-stable/sys/sparc64/sparc64/
H A Delf_machdep.c346 Elf_Word *where32; local
359 where32 = (Elf_Word *)where;
411 *where32 &= ~mask;
412 *where32 |= value;
/freebsd-11-stable/libexec/rtld-elf/sparc64/
H A Dreloc.c336 Elf_Word *where32; local
342 where32 = (Elf_Word *)where;
480 *where32 &= ~mask;
481 *where32 |= value;

Completed in 71 milliseconds