Searched refs:sect_type (Results 1 – 8 of 8) sorted by relevance
| /trueos/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| HD | ObjectFileELF.cpp | 964 SectionType sect_type = eSectionTypeOther; in CreateSections() local 968 if (name == g_sect_name_text) sect_type = eSectionTypeCode; in CreateSections() 969 else if (name == g_sect_name_data) sect_type = eSectionTypeData; in CreateSections() 970 else if (name == g_sect_name_bss) sect_type = eSectionTypeZeroFill; in CreateSections() 973 sect_type = eSectionTypeData; in CreateSections() 978 sect_type = eSectionTypeZeroFill; in CreateSections() 995 … else if (name == g_sect_name_dwarf_debug_abbrev) sect_type = eSectionTypeDWARFDebugAbbrev; in CreateSections() 996 … else if (name == g_sect_name_dwarf_debug_aranges) sect_type = eSectionTypeDWARFDebugAranges; in CreateSections() 997 … else if (name == g_sect_name_dwarf_debug_frame) sect_type = eSectionTypeDWARFDebugFrame; in CreateSections() 998 … else if (name == g_sect_name_dwarf_debug_info) sect_type = eSectionTypeDWARFDebugInfo; in CreateSections() [all …]
|
| /trueos/contrib/llvm/tools/lldb/source/Core/ |
| HD | Section.cpp | 23 SectionType sect_type, in Section() argument 33 m_type (sect_type), in Section() 54 SectionType sect_type, in Section() argument 64 m_type (sect_type), in Section() 476 SectionList::FindSectionByType (SectionType sect_type, bool check_children, size_t start_idx) const in FindSectionByType() argument 482 if (m_sections[idx]->GetType() == sect_type) in FindSectionByType() 489 … sect_sp = m_sections[idx]->GetChildren().FindSectionByType (sect_type, check_children, 0); in FindSectionByType()
|
| HD | Address.cpp | 480 SectionType sect_type = section_sp->GetType(); in Dump() local 481 switch (sect_type) in Dump()
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | Section.h | 62 … FindSectionByType (lldb::SectionType sect_type, bool check_children, size_t start_idx = 0) const; 117 lldb::SectionType sect_type, 130 lldb::SectionType sect_type,
|
| /trueos/contrib/llvm/tools/lldb/include/lldb/ |
| HD | lldb-private.h | 77 GetSectionTypeAsCString (lldb::SectionType sect_type);
|
| /trueos/contrib/llvm/tools/lldb/source/ |
| HD | lldb.cpp | 334 lldb_private::GetSectionTypeAsCString (SectionType sect_type) in GetSectionTypeAsCString() argument 336 switch (sect_type) in GetSectionTypeAsCString()
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | SymbolFileDWARF.h | 227 lldb::SectionType sect_type,
|
| HD | SymbolFileDWARF.cpp | 703 SymbolFileDWARF::GetCachedSectionData (uint32_t got_flag, SectionType sect_type, DWARFDataExtractor… in GetCachedSectionData() argument 712 SectionSP section_sp (section_list->FindSectionByType(sect_type, true)); in GetCachedSectionData()
|