Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp1933 uint32_t SectOffset, SectType; in getSectionSize() local
1940 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize()
1945 SectType = Sect.flags & MachO::SECTION_TYPE; in getSectionSize()
1947 if (SectType == MachO::S_ZEROFILL || SectType == MachO::S_GB_ZEROFILL) in getSectionSize()