Home
last modified time | relevance | path

Searched refs:LC_REQ_DYLD (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_macho_loader.h265 #define LC_REQ_DYLD 0x80000000 macro
297 #define LC_LOAD_WEAK_DYLIB (0x18 | LC_REQ_DYLD)
303 #define LC_RPATH (0x1c | LC_REQ_DYLD) /* runpath additions */
306 #define LC_REEXPORT_DYLIB (0x1f | LC_REQ_DYLD) /* load and re-export dylib */
310 #define LC_DYLD_INFO_ONLY (0x22|LC_REQ_DYLD) /* compressed dyld information only */
311 #define LC_LOAD_UPWARD_DYLIB (0x23 | LC_REQ_DYLD) /* load upward dylib */
317 #define LC_MAIN (0x28|LC_REQ_DYLD) /* replacement for LC_UNIXTHREAD */