Searched refs:section_flags (Results 1 – 4 of 4) sorted by relevance
132 uint32_t section_flags; member155 uint32_t section_flags; member
749 shdr->section_flags = bootable; in sb_build_section()1434 ccmd->tag.section_flags = shdr->section_flags; in sb_fixup_sections_and_tags()1988 if (shdr->section_flags & SB_SECTION_FLAG_BOOTABLE) { in sb_verify_sections_cmds()1998 if (shdr->section_flags & ~SB_SECTION_FLAG_BOOTABLE) in sb_verify_sections_cmds()2000 shdr->section_flags); in sb_verify_sections_cmds()2002 if ((shdr->section_flags & SB_SECTION_FLAG_BOOTABLE) && in sb_verify_sections_cmds()
1084 uint32_t section_flags; in DumpSectionContents() local1087 section_flags = Sec.flags; in DumpSectionContents()1091 section_flags = Sec.flags; in DumpSectionContents()1093 uint32_t section_type = section_flags & MachO::SECTION_TYPE; in DumpSectionContents()1105 if ((section_flags & MachO::S_ATTR_PURE_INSTRUCTIONS) || in DumpSectionContents()1106 (section_flags & MachO::S_ATTR_SOME_INSTRUCTIONS)) { in DumpSectionContents()
1429 uint32_t section_flags; in DumpSectionContents() local1432 section_flags = Sec.flags; in DumpSectionContents()1436 section_flags = Sec.flags; in DumpSectionContents()1438 uint32_t section_type = section_flags & MachO::SECTION_TYPE; in DumpSectionContents()1450 if ((section_flags & MachO::S_ATTR_PURE_INSTRUCTIONS) || in DumpSectionContents()1451 (section_flags & MachO::S_ATTR_SOME_INSTRUCTIONS)) { in DumpSectionContents()