Lines Matching defs:symtab_id
2439 user_id_t symtab_id = symtab->GetID();
2440 const ELFSectionHeaderInfo *symtab_hdr = GetSectionHeaderByIndex(symtab_id);
2637 user_id_t symtab_id = rel_hdr->sh_link;
2641 if (!symtab_id)
2642 symtab_id = GetSectionIndexByName(".dynsym");
2648 if (!symtab_id || !plt_id)
2655 const ELFSectionHeaderInfo *sym_hdr = GetSectionHeaderByIndex(symtab_id);
2671 Section *symtab = section_list->FindSectionByID(symtab_id).get();
2934 user_id_t symtab_id = rel_hdr->sh_link;
2937 const ELFSectionHeader *symtab_hdr = GetSectionHeaderByIndex(symtab_id);
2949 Section *symtab = section_list->FindSectionByID(symtab_id).get();