Home
last modified time | relevance | path

Searched refs:FindSectionByID (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp532 SectionSP SectionList::FindSectionByID(user_id_t sect_id) const { in FindSectionByID() function in SectionList
543 sect_sp = (*sect_iter)->GetChildren().FindSectionByID(sect_id); in FindSectionByID()
593 return FindSectionByID(sect_id).get() != NULL; in ContainsSection()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1058 GetSectionList()->FindSectionByID(SegmentID(EnumPHdr.index())), 0); in GetBaseAddress()
1092 Section *dynstr = section_list->FindSectionByID(header->sh_link).get(); in ParseDependentModules()
2121 symbol_section_sp = section_list->FindSectionByID(shndx); in ParseSymbols()
2405 Section *strtab = section_list->FindSectionByID(strtab_id).get(); in ParseSymbolTable()
2626 Section *rel_section = section_list->FindSectionByID(rel_id).get(); in ParseTrampolineSymbols()
2630 SectionSP plt_section_sp(section_list->FindSectionByID(plt_id)); in ParseTrampolineSymbols()
2634 Section *symtab = section_list->FindSectionByID(symtab_id).get(); in ParseTrampolineSymbols()
2639 Section *strtab = section_list->FindSectionByID(sym_hdr->sh_link).get(); in ParseTrampolineSymbols()
2778 Section *rel = section_list->FindSectionByID(rel_id).get(); in RelocateDebugSections()
2782 Section *symtab = section_list->FindSectionByID(symtab_id).get(); in RelocateDebugSections()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSection.h73 lldb::SectionSP FindSectionByID(lldb::user_id_t sect_id) const;