Home
last modified time | relevance | path

Searched refs:thread_command (Results 1 – 6 of 6) sorted by relevance

/xnu-8020.121.3/osfmk/kdp/ml/x86_64/
H A Dkdp_vm.c58 *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-8020.121.3/bsd/kern/
H A Dkern_core.c178 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 Dmach_loader.c228 struct thread_command *tcp,
1219 (struct thread_command *) lcp, in parse_machfile()
2711 struct thread_command *tcp, in load_unixthread()
2734 sizeof(struct thread_command)), in load_unixthread()
2735 tcp->cmdsize - sizeof(struct thread_command), in load_unixthread()
2755 sizeof(struct thread_command)), in load_unixthread()
2756 tcp->cmdsize - sizeof(struct thread_command), in load_unixthread()
2771 (uint32_t *)(((vm_offset_t)tcp) + sizeof(struct thread_command)), in load_unixthread()
2772 tcp->cmdsize - sizeof(struct thread_command), in load_unixthread()
/xnu-8020.121.3/osfmk/kdp/ml/arm/
H A Dkdp_vm.c286 *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-8020.121.3/osfmk/kdp/
H A Dprocessor_core.c574 struct thread_command *tc = (struct thread_command *)thread_state; in coredump_save_thread_state()
/xnu-8020.121.3/EXTERNAL_HEADERS/mach-o/
H A Dloader.h815 struct thread_command { struct