Home
last modified time | relevance | path

Searched refs:SectionType (Results 1 – 24 of 24) sorted by relevance

/external/llvm/lib/MC/
DMCSectionMachO.cpp104 MachO::SectionType SectionType = getType(); in PrintSwitchToSection() local
105 assert(SectionType <= MachO::LAST_KNOWN_SECTION_TYPE && in PrintSwitchToSection()
108 if (SectionTypeDescriptors[SectionType].AssemblerName) { in PrintSwitchToSection()
110 OS << SectionTypeDescriptors[SectionType].AssemblerName; in PrintSwitchToSection()
187 StringRef SectionType = GetEmptyOrTrim(2); in ParseSectionSpecifier() local
208 if (SectionType.empty()) in ParseSectionSpecifier()
216 SectionType == Descriptor.AssemblerName; in ParseSectionSpecifier()
/external/lldb/include/lldb/Core/
DSection.h62 … FindSectionByType (lldb::SectionType sect_type, bool check_children, size_t start_idx = 0) const;
117 lldb::SectionType sect_type,
130 lldb::SectionType sect_type,
249 lldb::SectionType
288 lldb::SectionType m_type; // The type of this section
/external/llvm/include/llvm/MC/
DMCSectionMachO.h59 MachO::SectionType getType() const { in getType()
60 return static_cast<MachO::SectionType>(TypeAndAttributes & in getType()
/external/jhead/
Djhead.h256 int RemoveSectionType(int SectionType);
259 Section_t * FindSection(int SectionType);
260 Section_t * CreateSection(int SectionType, unsigned char * Data, int size);
Djpgfile.c913 Section_t * FindSection(int SectionType) in FindSection() argument
918 if (Sections[a].Type == SectionType){ in FindSection()
929 int RemoveSectionType(int SectionType) in RemoveSectionType() argument
933 if (Sections[a].Type == SectionType){ in RemoveSectionType()
997 Section_t * CreateSection(int SectionType, unsigned char * Data, int Size) in CreateSection() argument
1004 if (SectionType == M_EXIF) NewIndex = 0; // Exif alwas goes first! in CreateSection()
1023 NewSection->Type = SectionType; in CreateSection()
/external/lldb/source/Plugins/SymbolVendor/ELF/
DSymbolVendorELF.cpp147 static const SectionType g_sections[] = in CreateInstance()
164 SectionType section_type = g_sections[idx]; in CreateInstance()
/external/lldb/include/lldb/
Dlldb-private.h73 GetSectionTypeAsCString (lldb::SectionType sect_type);
Dlldb-enumerations.h486 typedef enum SectionType enum
525 } SectionType; typedef
/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp436 MachO::SectionType SectionType = Current->getType(); in parseDirectiveIndirectSymbol() local
437 if (SectionType != MachO::S_NON_LAZY_SYMBOL_POINTERS && in parseDirectiveIndirectSymbol()
438 SectionType != MachO::S_LAZY_SYMBOL_POINTERS && in parseDirectiveIndirectSymbol()
439 SectionType != MachO::S_SYMBOL_STUBS) in parseDirectiveIndirectSymbol()
/external/lldb/source/Core/
DSection.cpp22 SectionType sect_type, in Section()
53 SectionType sect_type, in Section()
457 SectionList::FindSectionByType (SectionType sect_type, bool check_children, size_t start_idx) const in FindSectionByType()
DAddress.cpp454 SectionType sect_type = section_sp->GetType(); in Dump()
/external/lldb/include/lldb/API/
DSBSection.h71 SectionType
/external/lldb/scripts/Python/interface/
DSBSection.i90 SectionType
/external/lldb/source/API/
DSBSection.cpp244 SectionType
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp318 unsigned SectionType = MachO->getSectionType(Section); in isZeroInit() local
319 return SectionType == MachO::S_ZEROFILL || in isZeroInit()
320 SectionType == MachO::S_GB_ZEROFILL; in isZeroInit()
/external/lldb/source/
Dlldb.cpp348 lldb_private::GetSectionTypeAsCString (SectionType sect_type) in GetSectionTypeAsCString()
/external/llvm/lib/Object/
DMachOObjectFile.cpp608 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionData() local
610 !(SectionType == MachO::S_ZEROFILL || in isSectionData()
611 SectionType == MachO::S_GB_ZEROFILL); in isSectionData()
616 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionBSS() local
618 (SectionType == MachO::S_ZEROFILL || in isSectionBSS()
619 SectionType == MachO::S_GB_ZEROFILL); in isSectionBSS()
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp886 SectionType sect_type = eSectionTypeOther; in CreateSections()
972 static const SectionType g_sections[] = in CreateSections()
990 SectionType section_type = g_sections[idx]; in CreateSections()
/external/lldb/source/Symbol/
DObjectFile.cpp350 const SectionType section_type = section_sp->GetType(); in GetAddressClass()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.h227 lldb::SectionType sect_type,
DSymbolFileDWARF.cpp703 SymbolFileDWARF::GetCachedSectionData (uint32_t got_flag, SectionType sect_type, DataExtractor &dat… in GetCachedSectionData()
/external/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp649 SectionType section_type = eSectionTypeOther; in CreateSections()
/external/llvm/include/llvm/Support/
DMachO.h156 enum SectionType : uint32_t { enum
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp797 const SectionType section_type = section_sp->GetType(); in GetAddressClass()
1235 SectionType sect_type = eSectionTypeOther; in CreateSections()