Lines Matching refs:sym_name
1088 const char* sym_name = nullptr; in Relocate() local
1099 sym_name = get_string(symtab[sym].st_name); in Relocate()
1100 s = soinfo_do_lookup(this, sym_name, &lsi); in Relocate()
1105 DL_ERR("cannot locate symbol \"%s\" referenced by \"%s\"...", sym_name, name); in Relocate()
1166 reloc, (sym_addr + rela->r_addend), sym_name); in Relocate()
1173 reloc, (sym_addr + rela->r_addend), sym_name); in Relocate()
1180 reloc, (sym_addr + rela->r_addend), sym_name); in Relocate()
1187 reloc, (sym_addr + rela->r_addend), sym_name); in Relocate()
1203 reloc, (sym_addr + rela->r_addend), sym_name); in Relocate()
1219 reloc, (sym_addr + rela->r_addend), rela->r_offset, sym_name); in Relocate()
1226 reloc, (sym_addr + rela->r_addend), rela->r_offset, sym_name); in Relocate()
1242 reloc, (sym_addr + rela->r_addend), rela->r_offset, sym_name); in Relocate()
1299 static_cast<size_t>(sym_addr + rela->r_addend), sym_name); in Relocate()
1306 static_cast<size_t>(sym_addr + rela->r_addend), sym_name); in Relocate()
1330 static_cast<size_t>(sym_addr), sym_name); in Relocate()
1337 static_cast<size_t>(sym_addr), sym_name); in Relocate()
1345 static_cast<size_t>(sym_addr), static_cast<size_t>(reloc), sym_name); in Relocate()
1366 const char* sym_name = nullptr; in Relocate() local
1377 sym_name = get_string(symtab[sym].st_name); in Relocate()
1378 s = soinfo_do_lookup(this, sym_name, &lsi); in Relocate()
1383 DL_ERR("cannot locate symbol \"%s\" referenced by \"%s\"...", sym_name, name); in Relocate()
1445 TRACE_TYPE(RELO, "RELO JMP_SLOT %08x <- %08x %s", reloc, sym_addr, sym_name); in Relocate()
1451 TRACE_TYPE(RELO, "RELO GLOB_DAT %08x <- %08x %s", reloc, sym_addr, sym_name); in Relocate()
1457 TRACE_TYPE(RELO, "RELO ABS %08x <- %08x %s", reloc, sym_addr, sym_name); in Relocate()
1464 reloc, sym_addr, rel->r_offset, sym_name); in Relocate()
1483 TRACE_TYPE(RELO, "RELO JMP_SLOT %08x <- %08x %s", reloc, sym_addr, sym_name); in Relocate()
1489 TRACE_TYPE(RELO, "RELO GLOB_DAT %08x <- %08x %s", reloc, sym_addr, sym_name); in Relocate()
1495 TRACE_TYPE(RELO, "RELO R_386_32 %08x <- +%08x %s", reloc, sym_addr, sym_name); in Relocate()
1502 reloc, (sym_addr - reloc), sym_addr, reloc, sym_name); in Relocate()
1521 static_cast<size_t>(sym_addr), sym_name ? sym_name : "*SECTIONHDR*"); in Relocate()
1595 const char* sym_name = si->get_string(sym->st_name); in mips_relocate_got() local
1597 ElfW(Sym)* s = soinfo_do_lookup(si, sym_name, &lsi); in mips_relocate_got()
1602 DL_ERR("cannot locate \"%s\"...", sym_name); in mips_relocate_got()