Home
last modified time | relevance | path

Searched defs:ident_command (Results 1 – 6 of 6) sorted by relevance

/external/google-breakpad/src/third_party/mac_headers/mach-o/
Dloader.h1373 struct ident_command { struct
1374 uint32_t cmd; /* LC_IDENT */
1375 uint32_t cmdsize; /* strings that follow this command */
/external/llvm/include/llvm/Support/
DMachO.h845 struct ident_command { struct
846 uint32_t cmd;
847 uint32_t cmdsize;
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h852 struct ident_command { struct
853 uint32_t cmd;
854 uint32_t cmdsize;
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DMachO.h894 struct ident_command { struct
895 uint32_t cmd;
896 uint32_t cmdsize;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h887 struct ident_command { struct
888 uint32_t cmd;
889 uint32_t cmdsize;
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp5495 struct ident_command ident_command; in GetIdentifierString() local