Home
last modified time | relevance | path

Searched refs:LC_UUID (Results 1 – 25 of 38) sorted by relevance

12

/external/google-breakpad/src/common/mac/
Dmacho_utilities.h53 #ifndef LC_UUID
54 # define LC_UUID 0x1b /* the uuid */ macro
Dmacho_id.cc164 if (uuid_cmd.cmd == LC_UUID) { in UUIDCommand()
332 if (cmd->cmd == LC_UUID) { in UUIDWalkerCB()
/external/llvm-project/llvm/test/tools/llvm-objcopy/MachO/
Dsegment-size-alignment.test159 - cmd: LC_UUID
371 - cmd: LC_UUID
588 - cmd: LC_UUID
805 - cmd: LC_UUID
Dbasic-executable-copy.test157 - cmd: LC_UUID
Dsegments-vmsize.test174 - cmd: LC_UUID
Dremove-lc-index-update.test148 - cmd: LC_UUID
/external/llvm/include/llvm/Support/
DMachO.def42 HANDLE_LOAD_COMMAND(LC_UUID, 0x0000001Bu, uuid_command)
/external/llvm-project/lld/test/MachO/
Dload-commands.s13 # COMMON-DAG: cmd LC_UUID
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.def52 HANDLE_LOAD_COMMAND(LC_UUID, 0x0000001Bu, uuid_command)
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DMachO.def51 HANDLE_LOAD_COMMAND(LC_UUID, 0x0000001Bu, uuid_command)
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.def51 HANDLE_LOAD_COMMAND(LC_UUID, 0x0000001Bu, uuid_command)
/external/llvm/tools/dsymutil/
DMachOUtils.cpp350 UUIDCmd.cmd = MachO::LC_UUID; in generateDsymCompanion()
353 if (LCI.C.cmd == MachO::LC_UUID) { in generateDsymCompanion()
/external/llvm-project/lldb/test/API/macosx/lc-note/kern-ver-str/
Dcreate-empty-corefile.cpp218 if (cmd == LC_UUID) in get_uuid_from_binary()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps_mac.cpp271 if (lc->cmd != LC_UUID) continue; in FindUUID()
/external/llvm-project/lldb/test/API/macosx/lc-note/firmware-corefile/
Dcreate-empty-corefile.cpp244 if (cmd == LC_UUID) { in get_uuid_from_binary()
/external/google-breakpad/src/third_party/mac_headers/mach-o/
Dloader.h278 #define LC_UUID 0x1b /* the uuid */ macro
/external/llvm/test/tools/llvm-objdump/AArch64/
Dmacho-private-headers.test268 EXE: cmd LC_UUID
/external/llvm-project/llvm/test/tools/llvm-objdump/MachO/AArch64/
Dmacho-private-headers.test268 EXE: cmd LC_UUID
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOLayoutBuilder.cpp372 case MachO::LC_UUID: in layoutTail()
/external/llvm/test/tools/llvm-objdump/ARM/
Dmacho-private-headers.test302 EXE: cmd LC_UUID
/external/llvm-project/lldb/examples/python/
Dmach_o.py91 LC_UUID = 0x0000001b variable
892 elif (lc_command == LC_UUID):
1179 'LC_UUID': LC_UUID,
/external/llvm-project/llvm/test/tools/llvm-objdump/MachO/ARM/
Dprivate-headers.test304 EXE: cmd LC_UUID
/external/llvm-project/llvm/tools/dsymutil/
DMachOUtils.cpp389 case MachO::LC_UUID: in generateDsymCompanion()
/external/llvm-project/lld/MachO/
DWriter.cpp366 c->cmd = LC_UUID; in writeTo()
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-private-headers.test324 EXE: cmd LC_UUID

12