/netbsd-src/external/apache2/llvm/dist/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) 109 LOAD_COMMAND_STRUCT(thread_command)
|
H A D | MachO.h | 662 struct thread_command { struct 1186 inline void swapStruct(thread_command &t) { in swapStruct()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 552 void MappingTraits<MachO::thread_command>::mapping( in mapping() 553 IO &IO, MachO::thread_command &LoadCommand) {} in mapping()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/mach/ |
H A D | loader.d | 1282 struct thread_command in version() 2971 struct thread_command
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 1004 if (Load.C.cmdsize < sizeof(MachO::thread_command)) in checkThreadCommand() 1008 getStructOrErr<MachO::thread_command>(Obj, Load.Ptr); in checkThreadCommand() 1011 MachO::thread_command T = ThreadCommandOrErr.get(); in checkThreadCommand() 1012 const char *state = Load.Ptr + sizeof(MachO::thread_command); in checkThreadCommand() 4412 MachO::thread_command 4414 return getStruct<MachO::thread_command>(*this, L.Ptr); in getThreadCommand()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | MachO.h | 541 MachO::thread_command
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 9620 static void PrintThreadCommand(MachO::thread_command t, const char *Ptr, in PrintThreadCommand() 9629 if (t.cmdsize < sizeof(struct MachO::thread_command) + 2 * sizeof(uint32_t)) in PrintThreadCommand() 9634 const char *begin = Ptr + sizeof(struct MachO::thread_command); in PrintThreadCommand() 10184 MachO::thread_command Tc = Obj->getThreadCommand(Command); in PrintLoadCommands()
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2015 | 13899 * corelow.c (core_open): Call also thread_command. 13900 * gdbthread.h (thread_command): New prototype moved from ... 13901 * thread.c (thread_command): ... here. 13902 (thread_command): Make it global.
|
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-2016 | 4462 * thread.c (thread_command): Notify 10153 (thread_command, thread_find_command, do_captured_thread_select):
|
H A D | ChangeLog-2017 | 5631 * gdbthread.h (thread_command): Constify. 5695 * thread.c (thread_command, thread_apply_command): Constify. 14673 (make_cleanup_restore_current_thread, thread_command)
|
H A D | ChangeLog-2008 | 5885 (thread_command): Account for currently selected exited thread. 6899 * thread.c (thread_command) : Use it.
|
H A D | ChangeLog-2009 | 12659 (thread_apply_command, thread_command, do_captured_thread_select): 13081 * thread.c (thread_command): Move call to annotate_thread_changed
|
H A D | ChangeLog-2005 | 6455 * thread.c (thread_command): Update call.
|
H A D | ChangeLog-2018 | 8334 (thread_command): Use thread pointer directly. 12702 (thread_command): Fix comment.
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2015 | 13899 * corelow.c (core_open): Call also thread_command. 13900 * gdbthread.h (thread_command): New prototype moved from ... 13901 * thread.c (thread_command): ... here. 13902 (thread_command): Make it global.
|
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-2016 | 4462 * thread.c (thread_command): Notify 10153 (thread_command, thread_find_command, do_captured_thread_select):
|
H A D | ChangeLog-2017 | 5631 * gdbthread.h (thread_command): Constify. 5695 * thread.c (thread_command, thread_apply_command): Constify. 14673 (make_cleanup_restore_current_thread, thread_command)
|
H A D | ChangeLog-2008 | 5885 (thread_command): Account for currently selected exited thread. 6899 * thread.c (thread_command) : Use it.
|
H A D | ChangeLog-2009 | 12659 (thread_apply_command, thread_command, do_captured_thread_select): 13081 * thread.c (thread_command): Move call to annotate_thread_changed
|
H A D | ChangeLog-2005 | 6455 * thread.c (thread_command): Update call.
|
H A D | ChangeLog-2018 | 8334 (thread_command): Use thread pointer directly. 12702 (thread_command): Fix comment.
|