Searched refs:SectType (Results 1 – 3 of 3) sorted by relevance
449 XCOFF::SectionTypeFlags SectType) const { in getSectionFileOffsetToRawData()450 DataRefImpl DRI = getSectionByType(SectType); in getSectionFileOffsetToRawData()461 Twine(("<Unknown:") + Twine::utohexstr(SectType) + ">") in getSectionFileOffsetToRawData()465 switch (SectType) { in getSectionFileOffsetToRawData()811 XCOFFObjectFile::getSectionByType(XCOFF::SectionTypeFlags SectType) const { in getSectionByType()815 if (Sec.getSectionType() == SectType) in getSectionByType()
1957 uint32_t SectOffset, SectType; in getSectionSize() local1964 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize()1969 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize()1971 if (SectType == MachO::S_ZEROFILL || SectType == MachO::S_GB_ZEROFILL) in getSectionSize()
559 DataRefImpl getSectionByType(XCOFF::SectionTypeFlags SectType) const;708 getSectionFileOffsetToRawData(XCOFF::SectionTypeFlags SectType) const;