Home
last modified time | relevance | path

Searched refs:g_sections (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/SymbolVendor/ELF/
DSymbolVendorELF.cpp147 static const SectionType g_sections[] = in CreateInstance() local
162 for (size_t idx = 0; idx < sizeof(g_sections) / sizeof(g_sections[0]); ++idx) in CreateInstance()
164 SectionType section_type = g_sections[idx]; in CreateInstance()
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp972 static const SectionType g_sections[] = in CreateSections() local
988 for (size_t idx = 0; idx < sizeof(g_sections) / sizeof(g_sections[0]); ++idx) in CreateSections()
990 SectionType section_type = g_sections[idx]; in CreateSections()