Searched refs:sect_type (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Expression/ |
| H A D | IRExecutionUnit.cpp | 516 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 D | Section.cpp | 156 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 D | Address.cpp | 507 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 D | Section.h | 65 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 D | IRExecutionUnit.h | 348 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 D | SymbolFileDWARF.h | 363 virtual void LoadSectionData(lldb::SectionType sect_type,
|
| H A D | SymbolFileDWARF.cpp | 600 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 D | ObjectFileELF.cpp | 1878 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 D | ObjectFileMachO.cpp | 1834 lldb::SectionType sect_type = GetSectionType(sect64.flags, section_name); in ProcessSegmentCommand() local 1838 sect_type, sect64.addr - segment_sp->GetFileAddress(), sect64.size, in ProcessSegmentCommand()
|