Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DMachOObjectFile.cpp619 uint32_t SectOffset, SectType; in getSectionSize() local
626 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize()
631 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize()
633 if (SectType == MachO::S_ZEROFILL || SectType == MachO::S_GB_ZEROFILL) in getSectionSize()