Searched refs:thread_command (Results 1 – 14 of 14) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| H A D | MachO.def | 19 HANDLE_LOAD_COMMAND(LC_THREAD, 0x00000004u, thread_command) 20 HANDLE_LOAD_COMMAND(LC_UNIXTHREAD, 0x00000005u, thread_command) 112 LOAD_COMMAND_STRUCT(thread_command)
|
| H A D | MachO.h | 669 struct thread_command { struct 1320 inline void swapStruct(thread_command &t) { in swapStruct()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | thread.c | 59 static void thread_command (char *tidstr, int from_tty); 623 thread_command (char *tidstr, int from_tty) in thread_command() function 686 add_prefix_cmd ("thread", class_run, thread_command, in _initialize_thread()
|
| H A D | ChangeLog-1997 | 1701 thread_command): Make sure TP is alive.
|
| H A D | ChangeLog-1998 | 2277 * thread.c (thread_command): If no arguments, don't generate an 2299 (thread_command): Decided not to take HP change.
|
| H A D | ChangeLog-2000 | 8071 (thread_command): Use gdb_thread_select().
|
| H A D | ChangeLog-2001 | 2803 (thread_command): Pass uiout to gdb_thread_select.
|
| H A D | ChangeLog-1993 | 675 * thread.c (thread_command): Remove unused variable p.
|
| H A D | ChangeLog | 5847 (thread_apply_command, thread_command, do_captured_thread_select):
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | MachOYAML.cpp | 591 void MappingTraits<MachO::thread_command>::mapping( in mapping() 592 IO &IO, MachO::thread_command &LoadCommand) {} in mapping()
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 1007 if (Load.C.cmdsize < sizeof(MachO::thread_command)) in checkThreadCommand() 1011 getStructOrErr<MachO::thread_command>(Obj, Load.Ptr); in checkThreadCommand() 1014 MachO::thread_command T = ThreadCommandOrErr.get(); in checkThreadCommand() 1015 const char *state = Load.Ptr + sizeof(MachO::thread_command); in checkThreadCommand() 4759 MachO::thread_command 4761 return getStruct<MachO::thread_command>(*this, L.Ptr); in getThreadCommand()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
| H A D | MachO.h | 696 MachO::thread_command
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 9925 static void PrintThreadCommand(MachO::thread_command t, const char *Ptr, in PrintThreadCommand() 9934 if (t.cmdsize < sizeof(struct MachO::thread_command) + 2 * sizeof(uint32_t)) in PrintThreadCommand() 9939 const char *begin = Ptr + sizeof(struct MachO::thread_command); in PrintThreadCommand() 10493 MachO::thread_command Tc = Obj->getThreadCommand(Command); in PrintLoadCommands()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/ |
| H A D | ObjectFileMachO.cpp | 5411 llvm::MachO::thread_command thread_cmd;
|