Searched refs:SECTION_TYPE (Results 1 – 7 of 7) sorted by relevance
61 MachO::SECTION_TYPE); in getType()
285 if ((sec.flags & SECTION_TYPE) != S_ZEROFILL && sec.offset != 0) in WalkerCB()318 if ((sec64.flags & SECTION_TYPE) != S_ZEROFILL && sec64.offset != 0) in WalkerCB()
482 if ((section.flags & SECTION_TYPE) == S_ZEROFILL) { in WalkSegmentSections()
263 if ((TAA & MachO::SECTION_TYPE) != MachO::S_SYMBOL_STUBS) in ParseSectionSpecifier()
357 return Flags & MachO::SECTION_TYPE; in getSectionType()608 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionData()616 unsigned SectionType = Flags & MachO::SECTION_TYPE; in isSectionBSS()
389 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in PrintIndirectSymbols()417 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in PrintIndirectSymbols()792 section_type = Sec.flags & MachO::SECTION_TYPE; in DumpLiteralPointerSection()795 section_type = Sec.flags & MachO::SECTION_TYPE; in DumpLiteralPointerSection()881 section_type = Sec.flags & MachO::SECTION_TYPE; in DumpLiteralPointerSection()884 section_type = Sec.flags & MachO::SECTION_TYPE; in DumpLiteralPointerSection()1066 uint32_t section_type = section_flags & MachO::SECTION_TYPE; in DumpSectionContents()2135 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessCstringPointer()2156 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessCstringPointer()2197 uint32_t section_type = Sec.flags & MachO::SECTION_TYPE; in GuessIndirectSymbol()[all …]
148 SECTION_TYPE = 0x000000ffu, // SECTION_TYPE enumerator