Searched defs:SectionType (Results 1 – 6 of 6) sorted by relevance
102 MachO::SectionType SectionType = getType(); in PrintSwitchToSection() local185 StringRef SectionType = GetEmptyOrTrim(2); in ParseSectionSpecifier() local
913 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()
744 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionData() local754 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionBSS() local779 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionZeroInit() local
486 typedef enum SectionType enum525 } SectionType; typedef
436 MachO::SectionType SectionType = Current->getType(); in parseDirectiveIndirectSymbol() local
153 enum SectionType : uint32_t { enum