Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/MachO/
H A Dlc-thread.test1 ## This test verifies that the load commands LC_THREAD/LC_UNIXTHREAD
8 # RUN: yaml2obj -D LC_NAME=LC_UNIXTHREAD %s -o %t.lc_unixthread.exe
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/MachO/
H A Dprint-thread.test4 CHECK: cmd LC_UNIXTHREAD
H A Dprivate-headers.test439 THREAD: cmd LC_UNIXTHREAD
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/MachO/AArch64/
H A Dmacho-print-thread-arm64_32.test4 CHECK: cmd LC_UNIXTHREAD
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMachO.def20 HANDLE_LOAD_COMMAND(LC_UNIXTHREAD, 0x00000005u, thread_command)
/llvm-project-15.0.7/lldb/examples/python/
H A Dmach_o.py69 LC_UNIXTHREAD = 0x00000005 variable
900 elif (lc_command == LC_UNIXTHREAD):
1157 'LC_UNIXTHREAD': LC_UNIXTHREAD,
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/MachO/ARM/
H A Dprivate-headers.test350 THREAD: cmd LC_UNIXTHREAD
/llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/
H A DMachOLayoutBuilder.cpp415 case MachO::LC_UNIXTHREAD: in layoutTail()
/llvm-project-15.0.7/llvm/test/Object/
H A Dmacho-invalid.test384 …ount-pastend': truncated or malformed object (load command 0 count in LC_UNIXTHREAD extends past e…
399 …alid-unixthread-more-than-one': truncated or malformed object (more than one LC_UNIXTHREAD command)
/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp1590 } else if (Load.C.cmd == MachO::LC_UNIXTHREAD) { in MachOObjectFile()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp9657 else if (t.cmd == MachO::LC_UNIXTHREAD) in PrintThreadCommand()
10220 Command.C.cmd == MachO::LC_UNIXTHREAD) { in PrintLoadCommands()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp5250 case LC_UNIXTHREAD: