Searched refs:symtab_id (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2290 user_id_t symtab_id = symtab->GetID();
2291 const ELFSectionHeaderInfo *symtab_hdr = GetSectionHeaderByIndex(symtab_id);
2489 user_id_t symtab_id = rel_hdr->sh_link; local
2493 if (!symtab_id)
2494 symtab_id = GetSectionIndexByName(".dynsym");
2500 if (!symtab_id || !plt_id)
2507 const ELFSectionHeaderInfo *sym_hdr = GetSectionHeaderByIndex(symtab_id);
2523 Section *symtab = section_list->FindSectionByID(symtab_id).get();
2656 user_id_t symtab_id = rel_hdr->sh_link;
2659 const ELFSectionHeader *symtab_hdr = GetSectionHeaderByIndex(symtab_id);
[all...]

Completed in 107 milliseconds