Searched refs:S_ATTR_LIVE_SUPPORT (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/
H A DMCSectionMachO.h120 /// S_ATTR_LIVE_SUPPORT - Blocks are live if they reference live blocks.
121 S_ATTR_LIVE_SUPPORT = 1U << 27, enumerator in enum:llvm::MCSectionMachO::__anon9958
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/
H A DMCSectionMachO.cpp63 ENTRY("live_support", S_ATTR_LIVE_SUPPORT)
H A DMCObjectFileInfo.cpp585 MCSectionMachO::S_ATTR_LIVE_SUPPORT,
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h517 #define S_ATTR_LIVE_SUPPORT 0x08000000 /* blocks are live if they macro
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h518 #define S_ATTR_LIVE_SUPPORT 0x08000000 /* blocks are live if they macro
/macosx-10.9.5/cctools-845/as/
H A Dread.c275 { "live_support", S_ATTR_LIVE_SUPPORT },
/macosx-10.9.5/cctools-845/ld/
H A Dsections.c5357 * the S_ATTR_LIVE_SUPPORT attribute check to see if any of the
5367 if(ms->s.flags & S_ATTR_LIVE_SUPPORT)
6195 (ref->map->s->flags & S_ATTR_LIVE_SUPPORT) == 0)
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c2663 if(section_attributes & S_ATTR_LIVE_SUPPORT)

Completed in 110 milliseconds