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

  /src/libexec/ld.elf_so/arch/x86_64/
mdreloc.c 153 Elf64_Addr *where64; local in function:_rtld_relocate_nonplt_objects
159 where64 = (Elf64_Addr *)(obj->relocbase + rela->r_offset);
160 where32 = (Elf32_Addr *)where64;
206 if (*where64 != tmp64)
207 *where64 = tmp64;
210 obj->path, (void *)*where64, defobj->path));
215 (Elf64_Addr)where64);
226 if (*where64 != tmp64)
227 *where64 = tmp64;
230 obj->path, (void *)*where64, defobj->path))
    [all...]
mdreloc.c 153 Elf64_Addr *where64; local in function:_rtld_relocate_nonplt_objects
159 where64 = (Elf64_Addr *)(obj->relocbase + rela->r_offset);
160 where32 = (Elf32_Addr *)where64;
206 if (*where64 != tmp64)
207 *where64 = tmp64;
210 obj->path, (void *)*where64, defobj->path));
215 (Elf64_Addr)where64);
226 if (*where64 != tmp64)
227 *where64 = tmp64;
230 obj->path, (void *)*where64, defobj->path))
    [all...]

Completed in 21 milliseconds