Searched refs:symtab_index (Results 1 – 2 of 2) sorted by relevance
905 bfd_vma symtab_index; in dump_relocations() local916 symtab_index = ELF32_R_SYM (info); in dump_relocations()945 symtab_index = ELF64_R_SYM (info); in dump_relocations()1230 else if (symtab_index) in dump_relocations()1232 if (symtab == NULL || symtab_index >= nsyms) in dump_relocations()1233 printf (" bad symbol index: %08lx", (unsigned long) symtab_index); in dump_relocations()1238 psym = symtab + symtab_index; in dump_relocations()
730 symtab == NULL with non-zero symtab_index.