Searched refs:S_ATTR_LIVE_SUPPORT (Results 1 – 7 of 7) sorted by relevance
82 ENTRY("live_support", S_ATTR_LIVE_SUPPORT)
69 MachO::S_ATTR_STRIP_STATIC_SYMS | MachO::S_ATTR_LIVE_SUPPORT, in initMachOMCObjectFileInfo()
174 if (!(isec->getFlags() & S_ATTR_LIVE_SUPPORT) || isec->live) in markTransitively()
1522 ehFrameSection.flags &= ~S_ATTR_LIVE_SUPPORT; in registerEhFrames()
4229 MachO::S_ATTR_LIVE_SUPPORT, in emitXRayTable()4233 MachO::S_ATTR_LIVE_SUPPORT, in emitXRayTable()
202 S_ATTR_LIVE_SUPPORT = 0x08000000u, enumerator
8743 if (section_attributes & MachO::S_ATTR_LIVE_SUPPORT) in PrintSection()