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...] |