HomeSort by relevance Sort by last modified time
    Searched refs:SectionType (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/MC/
MCSectionMachO.cpp 104 unsigned SectionType = TAA & MCSectionMachO::SECTION_TYPE;
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;
226 StripSpaces(SectionType);
232 SectionType == SectionTypeDescriptors[TypeID].AssemblerName)
289 // If we have a stub size spec, we must have a sectiontype of S_SYMBOL_STUBS.
  /external/jhead/
jhead.h 236 int RemoveSectionType(int SectionType);
239 Section_t * FindSection(int SectionType);
240 Section_t * CreateSection(int SectionType, unsigned char * Data, int size);
jpgfile.c 909 Section_t * FindSection(int SectionType)
914 if (Sections[a].Type == SectionType){
925 int RemoveSectionType(int SectionType)
929 if (Sections[a].Type == SectionType){
993 Section_t * CreateSection(int SectionType, unsigned char * Data, int Size)
1000 if (SectionType == M_EXIF) NewIndex = 0; // Exif alwas goes first!
1019 NewSection->Type = SectionType;
  /external/llvm/lib/CodeGen/
ELFWriter.cpp 256 unsigned SectionType = TEW->hasRelocationAddend() ?
264 return getSection(SectionName, SectionType, 0, TEW->getPrefELFAlignment());
    [all...]

Completed in 160 milliseconds