Home
last modified time | relevance | path

Searched refs:symtab_index (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/binutils/binutils/
HDreadelf.c905 bfd_vma symtab_index; in dump_relocations() local
916 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()
HDChangeLog-0001730 symtab == NULL with non-zero symtab_index.