Searched refs:thread_command (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/osfmk/kdp/ml/i386/
H A Dkdp_vm.c64 struct thread_command *tc;
71 if (hoffset + sizeof(struct thread_command) > size)
74 tc = (struct thread_command *) ((uintptr_t)buffer + hoffset);
76 tc->cmdsize = sizeof(struct thread_command) + kern_collectth_state_size();
77 hoffset += sizeof(struct thread_command);
H A Dkdp_x86_common.c575 tstate_size = sizeof(struct thread_command) + kern_collectth_state_size();
/darwin-on-arm/xnu/osfmk/kdp/ml/x86_64/
H A Dkdp_vm.c64 struct thread_command *tc;
71 if (hoffset + sizeof(struct thread_command) > size)
74 tc = (struct thread_command *) ((uintptr_t)buffer + hoffset);
76 tc->cmdsize = (uint32_t)(sizeof(struct thread_command) + kern_collectth_state_size());
77 hoffset += sizeof(struct thread_command);
/darwin-on-arm/xnu/osfmk/kdp/ml/arm/
H A Dkdp_vm.c66 struct thread_command *tc;
73 if (hoffset + sizeof(struct thread_command) > size)
76 tc = (struct thread_command *) ((uintptr_t) buffer + hoffset);
78 tc->cmdsize = sizeof(struct thread_command) + kern_collectth_state_size();
79 hoffset += sizeof(struct thread_command);
H A Dkdp_arm_common.c207 tstate_size = sizeof(struct thread_command) + kern_collectth_state_size();
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_core.c161 struct thread_command *tc;
171 tc = (struct thread_command *) (header + hoffset);
173 tc->cmdsize = sizeof(struct thread_command)
175 hoffset += sizeof(struct thread_command);
319 thread_count*sizeof(struct thread_command) +
H A Dmach_loader.c176 struct thread_command *tcp,
657 (struct thread_command *) lcp,
1117 struct thread_command *tcp,
1139 sizeof(struct thread_command)),
1140 tcp->cmdsize - sizeof(struct thread_command),
1163 sizeof(struct thread_command)),
1164 tcp->cmdsize - sizeof(struct thread_command),
1174 sizeof(struct thread_command)),
1175 tcp->cmdsize - sizeof(struct thread_command));
/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dloader.h760 * follow the struct thread_command as follows.
768 * 4 bytes The cmdsize reflects the total size of the thread_command
773 * thread_command (cmd == LC_UNIXTHREAD) created for it by the link-editor.
778 struct thread_command { struct
1404 * The entry_point_command is a replacement for thread_command.

Completed in 36 milliseconds