Searched refs:thread_command (Results 1 – 6 of 6) sorted by relevance
| /xnu-8019.80.24/osfmk/kdp/ml/x86_64/ |
| H A D | kdp_vm.c | 58 *ptstate_size = sizeof(struct thread_command) + tstate_size; in kern_collectth_state_size() 67 struct thread_command *tc; in kern_collectth_state() 76 if (hoffset + sizeof(struct thread_command) > size) { in kern_collectth_state() 81 tc = (struct thread_command *) ((uintptr_t)buffer + hoffset); in kern_collectth_state() 84 hoffset += sizeof(struct thread_command); in kern_collectth_state()
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | kern_core.c | 178 struct thread_command *tc; in collectth_state() 188 tc = (struct thread_command *) (header + hoffset); in collectth_state() 190 tc->cmdsize = (uint32_t)(sizeof(struct thread_command) in collectth_state() 192 hoffset += sizeof(struct thread_command); in collectth_state() 372 if (os_add_and_mul_overflow(tstate_size, sizeof(struct thread_command), thread_count, &rhs)) { in coredump()
|
| H A D | mach_loader.c | 228 struct thread_command *tcp, 1220 (struct thread_command *) lcp, in parse_machfile() 2714 struct thread_command *tcp, in load_unixthread() 2737 sizeof(struct thread_command)), in load_unixthread() 2738 tcp->cmdsize - sizeof(struct thread_command), in load_unixthread() 2758 sizeof(struct thread_command)), in load_unixthread() 2759 tcp->cmdsize - sizeof(struct thread_command), in load_unixthread() 2774 (uint32_t *)(((vm_offset_t)tcp) + sizeof(struct thread_command)), in load_unixthread() 2775 tcp->cmdsize - sizeof(struct thread_command), in load_unixthread()
|
| /xnu-8019.80.24/osfmk/kdp/ml/arm/ |
| H A D | kdp_vm.c | 286 *tstate_size = sizeof(struct thread_command) in kern_collectth_state_size() 311 struct thread_command *tc = (struct thread_command *)buffer; in kern_collectth_state()
|
| /xnu-8019.80.24/osfmk/kdp/ |
| H A D | processor_core.c | 574 struct thread_command *tc = (struct thread_command *)thread_state; in coredump_save_thread_state()
|
| /xnu-8019.80.24/EXTERNAL_HEADERS/mach-o/ |
| H A D | loader.h | 815 struct thread_command { struct
|