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

/netbsd-6-1-5-RELEASE/sys/arch/amd64/amd64/
H A Dkobj_machdep.c77 Elf32_Addr *where32, val32; local
124 where32 = (Elf32_Addr *)where;
126 *where32 = val32;
135 where32 = (Elf32_Addr *)where;
136 *where32 = val32;
/netbsd-6-1-5-RELEASE/libexec/ld.elf_so/arch/x86_64/
H A Dmdreloc.c138 Elf32_Addr *where32; local
144 where32 = (Elf32_Addr *)where64;
160 if (*where32 != tmp32)
161 *where32 = tmp32;
164 obj->path, (void *)(uintptr_t)*where32,
187 if (*where32 != tmp32)
188 *where32 = tmp32;
191 obj->path, (void *)(unsigned long)*where32,
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/sparc64/
H A Dkobj_machdep.c186 Elf_Word *where32; local
199 where32 = (Elf_Word *)where;
250 *where32 &= ~mask;
251 *where32 |= value;
/netbsd-6-1-5-RELEASE/libexec/ld.elf_so/arch/sparc64/
H A Dmdreloc.c496 Elf32_Addr *where32 = (Elf32_Addr *)where; local
498 *where32 &= ~mask;
499 *where32 |= value;
501 value = (Elf_Addr)*where32;

Completed in 113 milliseconds