Home
last modified time | relevance | path

Searched defs:dylinker_command (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/third_party/mac_headers/mach-o/
Dloader.h745 struct dylinker_command { struct
746 uint32_t cmd; /* LC_ID_DYLINKER, LC_LOAD_DYLINKER or
748 uint32_t cmdsize; /* includes pathname string */
749 union lc_str name; /* dynamic linker's path name */
/external/llvm/include/llvm/Support/
DMachO.h632 struct dylinker_command { struct
633 uint32_t cmd;
634 uint32_t cmdsize;
635 uint32_t name;
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h634 struct dylinker_command { struct
635 uint32_t cmd;
636 uint32_t cmdsize;
637 uint32_t name;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h646 struct dylinker_command { struct
647 uint32_t cmd;
648 uint32_t cmdsize;
649 uint32_t name;