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

/macosx-10.9.5/cctools-845/ld/
H A Dlayout.h91 struct thread_command thread_command; member in struct:thread_info
H A Dlayout.c572 output_thread_info.thread_command.cmd = LC_THREAD;
574 output_thread_info.thread_command.cmd = LC_UNIXTHREAD;
581 output_thread_info.thread_command.cmd == LC_UNIXTHREAD){
1200 output_thread_info.thread_command.cmdsize =
1201 sizeof(struct thread_command) +
1209 output_thread_info.thread_command.cmdsize += sizeof(long) *
1219 output_thread_info.thread_command.cmdsize += sizeof(long) *
1228 output_thread_info.thread_command.cmdsize += sizeof(long) *
1237 output_thread_info.thread_command.cmdsize += sizeof(long) *
1250 output_thread_info.thread_command
[all...]
H A Dpass2.c1229 &(output_thread_info.thread_command),
1230 sizeof(struct thread_command));
1231 header_offset += sizeof(struct thread_command);
/macosx-10.9.5/xnu-2422.115.4/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.9.5/xnu-2422.115.4/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);
319 thread_count*sizeof(struct thread_command) +
H A Dmach_loader.c188 struct thread_command *tcp,
701 (struct thread_command *) lcp,
1194 struct thread_command *tcp,
1216 sizeof(struct thread_command)),
1217 tcp->cmdsize - sizeof(struct thread_command),
1240 sizeof(struct thread_command)),
1241 tcp->cmdsize - sizeof(struct thread_command),
1251 sizeof(struct thread_command)),
1252 tcp->cmdsize - sizeof(struct thread_command));
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dswap.h126 struct thread_command *ut,
H A Dloader.h762 * follow the struct thread_command as follows.
770 * 4 bytes The cmdsize reflects the total size of the thread_command
775 * thread_command (cmd == LC_UNIXTHREAD) created for it by the link-editor.
780 struct thread_command { struct
1432 * The entry_point_command is a replacement for thread_command.
/macosx-10.9.5/cctools-845/libstuff/
H A Dswap_headers.c76 struct thread_command *ut;
373 ut = (struct thread_command *)lc;
374 state = (char *)ut + sizeof(struct thread_command);
1291 ut = (struct thread_command *)lc;
1292 state = (char *)ut + sizeof(struct thread_command);
H A Dofile.c3361 struct thread_command *ut;
4651 if(l.cmdsize < sizeof(struct thread_command)){
4658 ut = (struct thread_command *)lc;
4661 state = (char *)ut + sizeof(struct thread_command);
H A Dbytesex.c691 struct thread_command *ut,
/macosx-10.9.5/cctools-845/include/stuff/
H A Dbytesex.h179 struct thread_command *ut,
/macosx-10.9.5/cctools-845/efitools/
H A Dmtoc.c564 struct thread_command *ut;
659 ut = (struct thread_command *)lc;
660 state = (char *)ut + sizeof(struct thread_command);
937 struct thread_command *ut;
1004 ut = (struct thread_command *)lc;
1005 state = (char *)ut + sizeof(struct thread_command);
/macosx-10.9.5/xnu-2422.115.4/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.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DMachO.h432 struct thread_command { struct in namespace:llvm::MachO
/macosx-10.9.5/xnu-2422.115.4/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c590 tstate_size = sizeof(struct thread_command) + kern_collectth_state_size();
/macosx-10.9.5/cctools-845/libmacho/
H A Dswap.c331 struct thread_command *ut,
/macosx-10.9.5/dyld-239.4/launch-cache/
H A DMachOFileAbstraction.hpp613 struct thread_command fields;
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c2064 if(left <= sizeof(struct thread_command))
2066 begin = (char *)lc + sizeof(struct thread_command);

Completed in 255 milliseconds