Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DSection.cpp568 SectionSP SectionList::FindSectionByID(user_id_t sect_id) const { in FindSectionByID() function in SectionList
579 sect_sp = (*sect_iter)->GetChildren().FindSectionByID(sect_id); in FindSectionByID()
629 return FindSectionByID(sect_id).get() != nullptr; in ContainsSection()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp96 auto section = section_list->FindSectionByID(section_id); in ConvertPDBLocationToDWARFExpression()
H A DSymbolFilePDB.cpp1413 auto section = section_list->FindSectionByID(section_id); in AddSymbols()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp932 GetSectionList()->FindSectionByID(SegmentID(EnumPHdr.index())), 0); in GetBaseAddress()
964 Section *dynstr = section_list->FindSectionByID(header->sh_link).get(); in ParseDependentModules()
2078 symbol_section_sp = section_list->FindSectionByID(shndx); in ParseSymbols()
2340 Section *strtab = section_list->FindSectionByID(strtab_id).get(); in ParseSymbolTable()
2558 Section *rel_section = section_list->FindSectionByID(rel_id).get(); in ParseTrampolineSymbols()
2562 SectionSP plt_section_sp(section_list->FindSectionByID(plt_id)); in ParseTrampolineSymbols()
2566 Section *symtab = section_list->FindSectionByID(symtab_id).get(); in ParseTrampolineSymbols()
2571 Section *strtab = section_list->FindSectionByID(sym_hdr->sh_link).get(); in ParseTrampolineSymbols()
2775 Section *rel = section_list->FindSectionByID(rel_id).get(); in RelocateDebugSections()
2779 Section *symtab = section_list->FindSectionByID(symtab_id).get(); in RelocateDebugSections()
[all …]
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DSection.h63 lldb::SectionSP FindSectionByID(lldb::user_id_t sect_id) const;
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp216 auto section_ptr = section_list->FindSectionByID(section); in MakeGlobalLocationExpression()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp811 sect_list->FindSectionByID(section_number), coff_sym_ref.getValue()); in AppendFromCOFFSymbolTable()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1864 segment_sp->GetChildren().FindSectionByID(sect_uid)); in ProcessSegmentCommand()
1868 segment_sp->GetChildren().FindSectionByID(sect_uid + 1); in ProcessSegmentCommand()
1938 SectionSP section_sp(m_section_list->FindSectionByID(n_sect)); in GetSection()