/external/llvm/lib/MC/ |
D | MCSectionMachO.cpp | 104 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/ |
D | Section.h | 62 … 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/ |
D | MCSectionMachO.h | 59 MachO::SectionType getType() const { in getType() 60 return static_cast<MachO::SectionType>(TypeAndAttributes & in getType()
|
/external/jhead/ |
D | jhead.h | 256 int RemoveSectionType(int SectionType); 259 Section_t * FindSection(int SectionType); 260 Section_t * CreateSection(int SectionType, unsigned char * Data, int size);
|
D | jpgfile.c | 913 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/ |
D | SymbolVendorELF.cpp | 147 static const SectionType g_sections[] = in CreateInstance() 164 SectionType section_type = g_sections[idx]; in CreateInstance()
|
/external/lldb/include/lldb/ |
D | lldb-private.h | 73 GetSectionTypeAsCString (lldb::SectionType sect_type);
|
D | lldb-enumerations.h | 486 typedef enum SectionType enum 525 } SectionType; typedef
|
/external/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 436 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/ |
D | Section.cpp | 22 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()
|
D | Address.cpp | 454 SectionType sect_type = section_sp->GetType(); in Dump()
|
/external/lldb/include/lldb/API/ |
D | SBSection.h | 71 SectionType
|
/external/lldb/scripts/Python/interface/ |
D | SBSection.i | 90 SectionType
|
/external/lldb/source/API/ |
D | SBSection.cpp | 244 SectionType
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 318 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/ |
D | lldb.cpp | 348 lldb_private::GetSectionTypeAsCString (SectionType sect_type) in GetSectionTypeAsCString()
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 608 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/ |
D | ObjectFileELF.cpp | 886 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/ |
D | ObjectFile.cpp | 350 const SectionType section_type = section_sp->GetType(); in GetAddressClass()
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARF.h | 227 lldb::SectionType sect_type,
|
D | SymbolFileDWARF.cpp | 703 SymbolFileDWARF::GetCachedSectionData (uint32_t got_flag, SectionType sect_type, DataExtractor &dat… in GetCachedSectionData()
|
/external/lldb/source/Plugins/ObjectFile/PECOFF/ |
D | ObjectFilePECOFF.cpp | 649 SectionType section_type = eSectionTypeOther; in CreateSections()
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 156 enum SectionType : uint32_t { enum
|
/external/lldb/source/Plugins/ObjectFile/Mach-O/ |
D | ObjectFileMachO.cpp | 797 const SectionType section_type = section_sp->GetType(); in GetAddressClass() 1235 SectionType sect_type = eSectionTypeOther; in CreateSections()
|