Searched refs:thread_command (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215.1.10/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() 73 *tstate_size = sizeof(struct thread_command) + per_thread_size; in kern_collect_userth_state_size() 83 struct thread_command *tc = (struct thread_command *)buffer; in kern_collect_userth_state() 107 struct thread_command *tc; in kern_collectth_state() 116 if (hoffset + sizeof(struct thread_command) > size) { in kern_collectth_state() 121 tc = (struct thread_command *) ((uintptr_t)buffer + hoffset); in kern_collectth_state() 124 hoffset += sizeof(struct thread_command); in kern_collectth_state()
|
| /xnu-11215.1.10/osfmk/kdp/ml/arm/ |
| H A D | kdp_vm.c | 287 *tstate_size = sizeof(struct thread_command) in kern_collectth_state_size() 312 struct thread_command *tc = (struct thread_command *)buffer; in kern_collectth_state() 411 *tstate_size = sizeof(struct thread_command) + per_thread_size; in kern_collect_userth_state_size() 436 struct thread_command *tc = buffer; in kern_collect_userth_state()
|
| /xnu-11215.1.10/bsd/kern/ |
| H A D | kern_core.c | 177 struct thread_command *tc; in collectth_state() 187 tc = (struct thread_command *) (header + hoffset); in collectth_state() 189 tc->cmdsize = (uint32_t)(sizeof(struct thread_command) in collectth_state() 191 hoffset += sizeof(struct thread_command); in collectth_state() 503 if (os_add_and_mul_overflow(tstate_size, sizeof(struct thread_command), thread_count, &rhs)) { in coredump()
|
| H A D | mach_loader.c | 227 struct thread_command *tcp, 1242 (struct thread_command *) lcp, in parse_machfile() 2597 struct thread_command *tcp, in load_unixthread() 2620 sizeof(struct thread_command)), in load_unixthread() 2621 tcp->cmdsize - sizeof(struct thread_command), in load_unixthread() 2641 sizeof(struct thread_command)), in load_unixthread() 2642 tcp->cmdsize - sizeof(struct thread_command), in load_unixthread() 2657 (uint32_t *)(((vm_offset_t)tcp) + sizeof(struct thread_command)), in load_unixthread() 2658 tcp->cmdsize - sizeof(struct thread_command), in load_unixthread()
|
| /xnu-11215.1.10/EXTERNAL_HEADERS/mach-o/ |
| H A D | loader.h | 815 struct thread_command { struct
|
| /xnu-11215.1.10/osfmk/kdp/ |
| H A D | processor_core.c | 687 struct thread_command *tc = (struct thread_command *)thread_state; in coredump_save_thread_state()
|