HomeSort by: relevance | last modified time | path
    Searched defs:where32 (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/amd64/amd64/
kobj_machdep.c 77 Elf32_Addr *where32, val32; local in function:kobj_reloc
132 where32 = (Elf32_Addr *)where;
134 memcpy(where32, &val32, sizeof(val32));
143 where32 = (Elf32_Addr *)where;
144 memcpy(where32, &val32, sizeof(val32));
  /src/sys/arch/mips/mips/
kobj_machdep.c 67 Elf32_Addr *where32; local in function:kobj_reloc
110 where32 = (void *)where;
111 DPRINTF(" orig = 0x%08x\n", *where32);
112 *where32 = addr;
113 DPRINTF(" new = 0x%08x\n", *where32);
  /src/libexec/ld.elf_so/arch/x86_64/
mdreloc.c 154 Elf32_Addr *where32; local in function:_rtld_relocate_nonplt_objects
160 where32 = (Elf32_Addr *)where64;
195 if (*where32 != tmp32)
196 *where32 = tmp32;
199 obj->path, (void *)(uintptr_t)*where32,
216 if (*where32 != tmp32)
217 *where32 = tmp32;
220 obj->path, (void *)(unsigned long)*where32,
  /src/sys/arch/sparc64/sparc64/
kobj_machdep.c 186 Elf_Word *where32; local in function:kobj_reloc
200 where32 = (Elf_Word *)where;
257 *where32 &= ~mask;
258 *where32 |= value;
  /src/sys/arch/aarch64/aarch64/
kobj_machdep.c 125 Elf32_Addr *where32; local in function:kobj_reloc
160 where32 = (void *)where;
210 *where32 = saddr + addend;
329 *where32 = val;
  /src/sys/arch/amd64/stand/prekern/
elf.c 197 Elf32_Addr *where32, val32; local in function:elf_apply_reloc
241 where32 = (Elf32_Addr *)where;
243 *where32 = val32;
250 where32 = (Elf32_Addr *)where;
251 *where32 = val32;
  /src/libexec/ld.elf_so/arch/sparc64/
mdreloc.c 491 Elf32_Addr *where32 = (Elf32_Addr *)where; local in function:_rtld_relocate_nonplt_objects
493 *where32 &= ~mask;
494 *where32 |= value;
496 value = (Elf_Addr)*where32;

Completed in 154 milliseconds