Home
last modified time | relevance | path

Searched defs:SectionType (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/MC/
DMCSectionMachO.cpp104 MachO::SectionType SectionType = getType(); in PrintSwitchToSection() local
187 StringRef SectionType = GetEmptyOrTrim(2); in ParseSectionSpecifier() local
/external/jhead/
Djpgfile.c913 Section_t * FindSection(int SectionType) in FindSection()
929 int RemoveSectionType(int SectionType) in RemoveSectionType()
997 Section_t * CreateSection(int SectionType, unsigned char * Data, int Size) in CreateSection()
/external/lldb/include/lldb/
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
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp318 unsigned SectionType = MachO->getSectionType(Section); in isZeroInit() local
/external/llvm/lib/Object/
DMachOObjectFile.cpp608 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionData() local
616 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionBSS() local
/external/llvm/include/llvm/Support/
DMachO.h156 enum SectionType : uint32_t { enum