Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRExecutionUnit.cpp516 lldb::SectionType sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1834 lldb::SectionType sect_type = GetSectionType(sect64.flags, section_name); in ProcessSegmentCommand() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1878 SectionType sect_type = GetSectionType(header); in CreateSections() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp600 void SymbolFileDWARF::LoadSectionData(lldb::SectionType sect_type, in LoadSectionData()