Searched refs:SectType (Results 1 – 3 of 3) sorted by relevance
444 XCOFF::SectionTypeFlags SectType) const { in getSectionFileOffsetToRawData()445 DataRefImpl DRI = getSectionByType(SectType); in getSectionFileOffsetToRawData()456 Twine(("<Unknown:") + Twine::utohexstr(SectType) + ">") in getSectionFileOffsetToRawData()460 switch (SectType) { in getSectionFileOffsetToRawData()806 XCOFFObjectFile::getSectionByType(XCOFF::SectionTypeFlags SectType) const { in getSectionByType()810 if (Sec.getSectionType() == SectType) in getSectionByType()
1956 uint32_t SectOffset, SectType; in getSectionSize() local1963 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize()1968 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize()1970 if (SectType == MachO::S_ZEROFILL || SectType == MachO::S_GB_ZEROFILL) in getSectionSize()
552 DataRefImpl getSectionByType(XCOFF::SectionTypeFlags SectType) const;701 getSectionFileOffsetToRawData(XCOFF::SectionTypeFlags SectType) const;