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

/freebsd-current/sys/amd64/amd64/
H A Delf_machdep.c280 Elf32_Addr *where32, val32; local
341 where32 = (Elf32_Addr *)where;
345 if (*where32 != val32)
346 *where32 = val32;
352 where32 = (Elf32_Addr *)where;
355 if (*where32 != val32)
356 *where32 = val32;
/freebsd-current/libexec/rtld-elf/amd64/
H A Dreloc.c136 Elf32_Addr *where32; local
216 where32 = (Elf32_Addr *)where;
230 *where32 = (Elf32_Addr)(unsigned long)(symval +
289 *where32 = (Elf32_Addr)(def->st_value -
299 *where32 += (Elf32_Addr)(def->st_value +

Completed in 160 milliseconds