Searched refs:section_type (Results 1 - 6 of 6) sorted by relevance

/external/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp164 SectionType section_type = g_sections[idx]; local
165 SectionSP section_sp (objfile_section_list->FindSectionByType (section_type, true));
168 SectionSP module_section_sp (module_section_list->FindSectionByType (section_type, true));
/external/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp649 SectionType section_type = eSectionTypeOther; local
653 section_type = eSectionTypeCode;
658 section_type = eSectionTypeData;
664 section_type = eSectionTypeZeroFill;
666 section_type = eSectionTypeData;
670 section_type = eSectionTypeDebug;
674 section_type = eSectionTypeDataCString;
678 section_type = eSectionTypeOther;
680 else if (const_sect_name == g_sect_name_dwarf_debug_abbrev) section_type = eSectionTypeDWARFDebugAbbrev;
681 else if (const_sect_name == g_sect_name_dwarf_debug_aranges) section_type
[all...]
/external/lldb/source/Symbol/
H A DObjectFile.cpp350 const SectionType section_type = section_sp->GetType(); local
351 switch (section_type)
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp990 SectionType section_type = g_sections[idx]; local
991 SectionSP section_sp (elf_section_list->FindSectionByType (section_type, true));
994 SectionSP module_section_sp (unified_section_list.FindSectionByType (section_type, true));
/external/qemu/
H A Dsavevm.c2323 uint8_t section_type; local
2344 while ((section_type = qemu_get_byte(f)) != QEMU_VM_EOF) {
2350 switch (section_type) {
2415 fprintf(stderr, "Unknown savevm section type %d\n", section_type);
/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp797 const SectionType section_type = section_sp->GetType(); local
798 switch (section_type)
2419 uint32_t section_type = symbol_section->Get() & SectionFlagMaskSectionType; local
2421 switch (section_type)
3159 uint32_t section_type = symbol_section->Get() & SectionFlagMaskSectionType;
3161 switch (section_type)

Completed in 3295 milliseconds