Searched refs:SECTION_ATTRIBUTES (Results 1 – 4 of 4) sorted by relevance
124 unsigned SectionAttrs = TAA & MachO::SECTION_ATTRIBUTES; in PrintSwitchToSection()
301 section.attributes = read32(§->flags, isBig) & SECTION_ATTRIBUTES; in readBinary()345 read32((const uint8_t *)§->flags, isBig) & SECTION_ATTRIBUTES; in readBinary()
113 SECTION_ATTRIBUTES = 0xffffff00u, // SECTION_ATTRIBUTES enumerator
8737 uint32_t section_attributes = flags & MachO::SECTION_ATTRIBUTES; in PrintSection()