HomeSort by relevance Sort by last modified time
    Searched defs:section_type (Results 1 - 6 of 6) sorted by null

  /art/compiler/
elf_fixup.cc 126 Elf32_Word section_type = dynamic ? SHT_DYNSYM : SHT_SYMTAB; local
128 Elf32_Shdr* symbol_section = elf_file.FindSectionByType(section_type);
135 Elf32_Sym* symbol = elf_file.GetSymbol(section_type, i);
  /external/lldb/source/Plugins/SymbolVendor/ELF/
SymbolVendorELF.cpp 164 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/Symbol/
ObjectFile.cpp 350 const SectionType section_type = section_sp->GetType(); local
351 switch (section_type)
  /external/lldb/source/Plugins/ObjectFile/PECOFF/
ObjectFilePECOFF.cpp 649 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 = eSectionTypeDWARFDebugAranges
    [all...]
  /external/lldb/source/Plugins/ObjectFile/ELF/
ObjectFileELF.cpp 990 SectionType section_type = g_sections[idx]; local
    [all...]
  /external/lldb/source/Plugins/ObjectFile/Mach-O/
ObjectFileMachO.cpp 797 const SectionType section_type = section_sp->GetType(); local
798 switch (section_type)
2419 uint32_t section_type = symbol_section->Get() & SectionFlagMaskSectionType; local
    [all...]

Completed in 291 milliseconds