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

/macosx-10.10/xnu-2782.1.97/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);
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_core.c152 struct thread_command *tc;
162 tc = (struct thread_command *) (header + hoffset);
164 tc->cmdsize = sizeof(struct thread_command)
166 hoffset += sizeof(struct thread_command);
323 thread_count*sizeof(struct thread_command) +
H A Dmach_loader.c188 struct thread_command *tcp,
719 (struct thread_command *) lcp,
1213 struct thread_command *tcp,
1235 sizeof(struct thread_command)),
1236 tcp->cmdsize - sizeof(struct thread_command),
1259 sizeof(struct thread_command)),
1260 tcp->cmdsize - sizeof(struct thread_command),
1270 sizeof(struct thread_command)),
1271 tcp->cmdsize - sizeof(struct thread_command));
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h761 * follow the struct thread_command as follows.
769 * 4 bytes The cmdsize reflects the total size of the thread_command
774 * thread_command (cmd == LC_UNIXTHREAD) created for it by the link-editor.
779 struct thread_command { struct
1420 * The entry_point_command is a replacement for thread_command.
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DMachO.h432 struct thread_command { struct in namespace:llvm::MachO
/macosx-10.10/xnu-2782.1.97/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c590 tstate_size = sizeof(struct thread_command) + kern_collectth_state_size();
/macosx-10.10/dyld-353.2.1/launch-cache/
H A DMachOFileAbstraction.hpp625 struct thread_command fields;

Completed in 116 milliseconds