Home
last modified time | relevance | path

Searched refs:sect_type (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRExecutionUnit.cpp516 lldb::SectionType sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName() local
519 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
522 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
525 sect_type = lldb::eSectionTypeData; in GetSectionTypeFromSectionName()
528 sect_type = lldb::eSectionTypeData; in GetSectionTypeFromSectionName()
531 sect_type = lldb::eSectionTypeOther; in GetSectionTypeFromSectionName()
537 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
539 sect_type = lldb::eSectionTypeCode; in GetSectionTypeFromSectionName()
546 sect_type = lldb::eSectionTypeDWARFDebugAbbrev; in GetSectionTypeFromSectionName()
548 sect_type = lldb::eSectionTypeDWARFDebugAranges; in GetSectionTypeFromSectionName()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DSection.cpp156 SectionType sect_type, addr_t file_addr, addr_t byte_size, in Section() argument
161 m_obj_file(obj_file), m_type(sect_type), m_parent_wp(), m_name(name), in Section()
172 SectionType sect_type, addr_t file_addr, addr_t byte_size, in Section() argument
177 m_obj_file(obj_file), m_type(sect_type), m_parent_wp(), m_name(name), in Section()
586 SectionSP SectionList::FindSectionByType(SectionType sect_type, in FindSectionByType() argument
592 if (m_sections[idx]->GetType() == sect_type) { in FindSectionByType()
597 sect_type, check_children, 0); in FindSectionByType()
H A DAddress.cpp507 SectionType sect_type = section_sp->GetType(); in Dump() local
508 switch (sect_type) { in Dump()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DSection.h65 lldb::SectionSP FindSectionByType(lldb::SectionType sect_type,
110 lldb::SectionType sect_type, lldb::addr_t file_vm_addr,
121 lldb::SectionType sect_type, lldb::addr_t file_vm_addr,
/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h348 lldb::SectionType sect_type, size_t size, in AllocationRecord()
351 m_permissions(permissions), m_sect_type(sect_type), m_size(size), in AllocationRecord()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h363 virtual void LoadSectionData(lldb::SectionType sect_type,
H A DSymbolFileDWARF.cpp600 void SymbolFileDWARF::LoadSectionData(lldb::SectionType sect_type, in LoadSectionData() argument
607 SectionSP section_sp(section_list->FindSectionByType(sect_type, true)); in LoadSectionData()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1878 SectionType sect_type = GetSectionType(header); in CreateSections() local
1881 GetTargetByteSize(sect_type, m_arch_spec); in CreateSections()
1892 sect_type, // Section type. in CreateSections()
/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
1838 sect_type, sect64.addr - segment_sp->GetFileAddress(), sect64.size, in ProcessSegmentCommand()