Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/amd64/amd64/
Dkobj_machdep.c77 Elf32_Addr *where32, val32; in kobj_reloc() local
132 where32 = (Elf32_Addr *)where; in kobj_reloc()
134 memcpy(where32, &val32, sizeof(val32)); in kobj_reloc()
143 where32 = (Elf32_Addr *)where; in kobj_reloc()
144 memcpy(where32, &val32, sizeof(val32)); in kobj_reloc()
/netbsd/src/libexec/ld.elf_so/arch/x86_64/
Dmdreloc.c154 Elf32_Addr *where32; in _rtld_relocate_nonplt_objects() local
160 where32 = (Elf32_Addr *)where64; in _rtld_relocate_nonplt_objects()
195 if (*where32 != tmp32) in _rtld_relocate_nonplt_objects()
196 *where32 = tmp32; in _rtld_relocate_nonplt_objects()
199 obj->path, (void *)(uintptr_t)*where32, in _rtld_relocate_nonplt_objects()
216 if (*where32 != tmp32) in _rtld_relocate_nonplt_objects()
217 *where32 = tmp32; in _rtld_relocate_nonplt_objects()
220 obj->path, (void *)(unsigned long)*where32, in _rtld_relocate_nonplt_objects()
/netbsd/src/sys/arch/mips/mips/
Dkobj_machdep.c67 Elf32_Addr *where32; in kobj_reloc() local
110 where32 = (void *)where; in kobj_reloc()
111 DPRINTF(" orig = 0x%08x\n", *where32); in kobj_reloc()
112 *where32 = addr; in kobj_reloc()
113 DPRINTF(" new = 0x%08x\n", *where32); in kobj_reloc()
/netbsd/src/sys/arch/sparc64/sparc64/
Dkobj_machdep.c186 Elf_Word *where32; in kobj_reloc() local
200 where32 = (Elf_Word *)where; in kobj_reloc()
257 *where32 &= ~mask; in kobj_reloc()
258 *where32 |= value; in kobj_reloc()
/netbsd/src/libexec/ld.elf_so/arch/sparc64/
Dmdreloc.c491 Elf32_Addr *where32 = (Elf32_Addr *)where; in _rtld_relocate_nonplt_objects() local
493 *where32 &= ~mask; in _rtld_relocate_nonplt_objects()
494 *where32 |= value; in _rtld_relocate_nonplt_objects()
496 value = (Elf_Addr)*where32; in _rtld_relocate_nonplt_objects()