Home
last modified time | relevance | path

Searched defs:sect_type (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/source/Core/
H A DSection.cpp156 SectionType sect_type, addr_t file_addr, addr_t byte_size, in Section()
172 SectionType sect_type, addr_t file_addr, addr_t byte_size, in Section()
586 SectionSP SectionList::FindSectionByType(SectionType sect_type, in FindSectionByType()
H A DAddress.cpp507 SectionType sect_type = section_sp->GetType(); in Dump() local
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRExecutionUnit.cpp515 lldb::SectionType sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName() local
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1818 lldb::SectionType sect_type = GetSectionType(sect64.flags, section_name); in ProcessSegmentCommand() local
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1861 SectionType sect_type = GetSectionType(header); in CreateSections() local
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp600 void SymbolFileDWARF::LoadSectionData(lldb::SectionType sect_type, in LoadSectionData()