Home
last modified time | relevance | path

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

/external/google-breakpad/src/third_party/mac_headers/mach-o/
Dloader.h241 #define LC_REQ_DYLD 0x80000000 macro
273 #define LC_LOAD_WEAK_DYLIB (0x18 | LC_REQ_DYLD)
279 #define LC_RPATH (0x1c | LC_REQ_DYLD) /* runpath additions */
282 #define LC_REEXPORT_DYLIB (0x1f | LC_REQ_DYLD) /* load and re-export dylib */
286 #define LC_DYLD_INFO_ONLY (0x22|LC_REQ_DYLD) /* compressed dyld information only */
287 #define LC_LOAD_UPWARD_DYLIB (0x23 | LC_REQ_DYLD) /* load upward dylib */
/external/llvm-project/lldb/examples/python/
Dmach_o.py64 LC_REQ_DYLD = 0x80000000 variable
88 LC_LOAD_WEAK_DYLIB = 0x00000018 | LC_REQ_DYLD
92 LC_RPATH = 0x0000001c | LC_REQ_DYLD
95 LC_REEXPORT_DYLIB = 0x0000001f | LC_REQ_DYLD
99 LC_DYLD_INFO_ONLY = 0x00000022 | LC_REQ_DYLD
100 LC_LOAD_UPWARD_DYLIB = 0x00000023 | LC_REQ_DYLD
/external/llvm/include/llvm/Support/
DMachO.h86 LC_REQ_DYLD = 0x80000000u enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h86 LC_REQ_DYLD = 0x80000000u enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DMachO.h92 LC_REQ_DYLD = 0x80000000u enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h86 LC_REQ_DYLD = 0x80000000u enumerator
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachProcess.mm622 uint32_t cmd = lc.cmd & ~LC_REQ_DYLD;