Searched refs:SectionType (Results 1 – 4 of 4) sorted by relevance
104 unsigned SectionType = TAA & MCSectionMachO::SECTION_TYPE; in PrintSwitchToSection() local105 assert(SectionType <= MCSectionMachO::LAST_KNOWN_SECTION_TYPE && in PrintSwitchToSection()108 if (SectionTypeDescriptors[SectionType].AssemblerName) { in PrintSwitchToSection()110 OS << SectionTypeDescriptors[SectionType].AssemblerName; in PrintSwitchToSection()225 StringRef SectionType = Comma.first; in ParseSectionSpecifier() local226 StripSpaces(SectionType); in ParseSectionSpecifier()232 SectionType == SectionTypeDescriptors[TypeID].AssemblerName) in ParseSectionSpecifier()
242 int RemoveSectionType(int SectionType);245 Section_t * FindSection(int SectionType);246 Section_t * CreateSection(int SectionType, unsigned char * Data, int size);
909 Section_t * FindSection(int SectionType) in FindSection() argument914 if (Sections[a].Type == SectionType){ in FindSection()925 int RemoveSectionType(int SectionType) in RemoveSectionType() argument929 if (Sections[a].Type == SectionType){ in RemoveSectionType()993 Section_t * CreateSection(int SectionType, unsigned char * Data, int Size) in CreateSection() argument1000 if (SectionType == M_EXIF) NewIndex = 0; // Exif alwas goes first! in CreateSection()1019 NewSection->Type = SectionType; in CreateSection()
601 unsigned SectionType = Sect->Flags & MachO::SectionFlagMaskSectionType; in isSectionZeroInit() local602 Result = (SectionType == MachO::SectionTypeZeroFill || in isSectionZeroInit()603 SectionType == MachO::SectionTypeZeroFillLarge); in isSectionZeroInit()607 unsigned SectionType = Sect->Flags & MachO::SectionFlagMaskSectionType; in isSectionZeroInit() local608 Result = (SectionType == MachO::SectionTypeZeroFill || in isSectionZeroInit()609 SectionType == MachO::SectionTypeZeroFillLarge); in isSectionZeroInit()