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

/external/llvm/lib/MC/
H A DMCSectionMachO.cpp104 unsigned SectionType = TAA & MCSectionMachO::SECTION_TYPE; local
105 assert(SectionType <= MCSectionMachO::LAST_KNOWN_SECTION_TYPE &&
106 "Invalid SectionType specified!");
108 if (SectionTypeDescriptors[SectionType].AssemblerName) {
110 OS << SectionTypeDescriptors[SectionType].AssemblerName;
225 StringRef SectionType = Comma.first; local
226 StripSpaces(SectionType);
232 SectionType == SectionTypeDescriptors[TypeID].AssemblerName)
/external/jhead/
H A Djhead.h242 int RemoveSectionType(int SectionType);
245 Section_t * FindSection(int SectionType);
246 Section_t * CreateSection(int SectionType, unsigned char * Data, int size);
H A Djpgfile.c909 Section_t * FindSection(int SectionType) argument
914 if (Sections[a].Type == SectionType){
925 int RemoveSectionType(int SectionType) argument
929 if (Sections[a].Type == SectionType){
993 Section_t * CreateSection(int SectionType, unsigned char * Data, int Size) argument
1000 if (SectionType == M_EXIF) NewIndex = 0; // Exif alwas goes first!
1019 NewSection->Type = SectionType;
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp601 unsigned SectionType = Sect->Flags & MachO::SectionFlagMaskSectionType; local
602 Result = (SectionType == MachO::SectionTypeZeroFill ||
603 SectionType == MachO::SectionTypeZeroFillLarge);
607 unsigned SectionType = Sect->Flags & MachO::SectionFlagMaskSectionType; local
608 Result = (SectionType == MachO::SectionTypeZeroFill ||
609 SectionType == MachO::SectionTypeZeroFillLarge);

Completed in 102 milliseconds