Searched refs:thread_command (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.41.6/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-12377.41.6/osfmk/kdp/ml/arm/ |
| H A D | kdp_vm.c | 294 *tstate_size = sizeof(struct thread_command) in kern_collectth_state_size() 319 struct thread_command *tc = (struct thread_command *)buffer; in kern_collectth_state() 418 *tstate_size = sizeof(struct thread_command) + per_thread_size; in kern_collect_userth_state_size() 443 struct thread_command *tc = buffer; in kern_collect_userth_state()
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | kern_core.c | 237 struct thread_command *tc; in collectth_state() 247 tc = (struct thread_command *) (header + hoffset); in collectth_state() 249 tc->cmdsize = (uint32_t)(sizeof(struct thread_command) in collectth_state() 251 hoffset += sizeof(struct thread_command); in collectth_state() 567 if (os_add_and_mul_overflow(tstate_size, sizeof(struct thread_command), thread_count, &rhs)) { in coredump()
|
| H A D | mach_loader.c | 282 struct thread_command *tcp, 1524 (struct thread_command *) lcp, in parse_machfile() 2887 struct thread_command *tcp, in load_unixthread() 2910 sizeof(struct thread_command)), in load_unixthread() 2911 tcp->cmdsize - sizeof(struct thread_command), in load_unixthread() 2931 sizeof(struct thread_command)), in load_unixthread() 2932 tcp->cmdsize - sizeof(struct thread_command), in load_unixthread() 2947 (uint32_t *)(((vm_offset_t)tcp) + sizeof(struct thread_command)), in load_unixthread() 2948 tcp->cmdsize - sizeof(struct thread_command), in load_unixthread()
|
| /xnu-12377.41.6/EXTERNAL_HEADERS/mach-o/ |
| H A D | loader.h | 815 struct thread_command { struct
|
| /xnu-12377.41.6/osfmk/kdp/ |
| H A D | processor_core.c | 681 struct thread_command *tc = (struct thread_command *)thread_state; in coredump_save_thread_state()
|