Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCSectionMachO.cpp104 unsigned SectionType = TAA & MCSectionMachO::SECTION_TYPE; in PrintSwitchToSection() local
105 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() local
226 StripSpaces(SectionType); in ParseSectionSpecifier()
232 SectionType == SectionTypeDescriptors[TypeID].AssemblerName) in ParseSectionSpecifier()
/external/jhead/
Djhead.h242 int RemoveSectionType(int SectionType);
245 Section_t * FindSection(int SectionType);
246 Section_t * CreateSection(int SectionType, unsigned char * Data, int size);
Djpgfile.c909 Section_t * FindSection(int SectionType) in FindSection() argument
914 if (Sections[a].Type == SectionType){ in FindSection()
925 int RemoveSectionType(int SectionType) in RemoveSectionType() argument
929 if (Sections[a].Type == SectionType){ in RemoveSectionType()
993 Section_t * CreateSection(int SectionType, unsigned char * Data, int Size) in CreateSection() argument
1000 if (SectionType == M_EXIF) NewIndex = 0; // Exif alwas goes first! in CreateSection()
1019 NewSection->Type = SectionType; in CreateSection()
/external/llvm/lib/Object/
DMachOObjectFile.cpp601 unsigned SectionType = Sect->Flags & MachO::SectionFlagMaskSectionType; in isSectionZeroInit() local
602 Result = (SectionType == MachO::SectionTypeZeroFill || in isSectionZeroInit()
603 SectionType == MachO::SectionTypeZeroFillLarge); in isSectionZeroInit()
607 unsigned SectionType = Sect->Flags & MachO::SectionFlagMaskSectionType; in isSectionZeroInit() local
608 Result = (SectionType == MachO::SectionTypeZeroFill || in isSectionZeroInit()
609 SectionType == MachO::SectionTypeZeroFillLarge); in isSectionZeroInit()