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

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

Completed in 1042 milliseconds