HomeSort by relevance Sort by last modified time
    Searched refs:sect_type (Results 1 - 9 of 9) sorted by null

  /external/lldb/include/lldb/
lldb-private.h 73 GetSectionTypeAsCString (lldb::SectionType sect_type);
  /external/lldb/source/Core/
Section.cpp 22 SectionType sect_type,
32 m_type (sect_type),
53 SectionType sect_type,
63 m_type (sect_type),
457 SectionList::FindSectionByType (SectionType sect_type, bool check_children, size_t start_idx) const
463 if (m_sections[idx]->GetType() == sect_type)
470 sect_sp = m_sections[idx]->GetChildren().FindSectionByType (sect_type, check_children, 0);
Address.cpp 454 SectionType sect_type = section_sp->GetType(); local
455 switch (sect_type)
    [all...]
  /external/lldb/source/Plugins/ObjectFile/ELF/
ObjectFileELF.cpp 886 SectionType sect_type = eSectionTypeOther; local
890 if (name == g_sect_name_text) sect_type = eSectionTypeCode;
891 else if (name == g_sect_name_data) sect_type = eSectionTypeData;
892 else if (name == g_sect_name_bss) sect_type = eSectionTypeZeroFill;
895 sect_type = eSectionTypeData;
900 sect_type = eSectionTypeZeroFill;
917 else if (name == g_sect_name_dwarf_debug_abbrev) sect_type = eSectionTypeDWARFDebugAbbrev;
918 else if (name == g_sect_name_dwarf_debug_aranges) sect_type = eSectionTypeDWARFDebugAranges;
919 else if (name == g_sect_name_dwarf_debug_frame) sect_type = eSectionTypeDWARFDebugFrame
    [all...]
  /external/lldb/include/lldb/Core/
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,
  /external/lldb/source/Plugins/ObjectFile/Mach-O/
ObjectFileMachO.cpp 1235 SectionType sect_type = eSectionTypeOther; local
    [all...]
  /external/lldb/source/
lldb.cpp 348 lldb_private::GetSectionTypeAsCString (SectionType sect_type)
350 switch (sect_type)
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARF.h 227 lldb::SectionType sect_type,
SymbolFileDWARF.cpp 703 SymbolFileDWARF::GetCachedSectionData (uint32_t got_flag, SectionType sect_type, DataExtractor &data)
712 SectionSP section_sp (section_list->FindSectionByType(sect_type, true));
    [all...]

Completed in 509 milliseconds