Searched refs:LC_THREAD (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/osfmk/kdp/ml/x86_64/
H A Dkdp_vm.c75 tc->cmd = LC_THREAD;
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h247 #define LC_THREAD 0x4 /* thread */ macro
775 * This is the same as a LC_THREAD, except that a stack is automatically
780 uint32_t cmd; /* LC_THREAD or LC_UNIXTHREAD */
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_core.c163 tc->cmd = LC_THREAD;
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h247 #define LC_THREAD 0x4 /* thread */ macro
776 * This is the same as a LC_THREAD, except that a stack is automatically
781 uint32_t cmd; /* LC_THREAD or LC_UNIXTHREAD */
/macosx-10.9.5/cctools-845/libstuff/
H A Dswap_headers.c372 case LC_THREAD:
397 "LC_UNIXTHREAD" : "LC_THREAD", i);
411 "LC_UNIXTHREAD" : "LC_THREAD", i);
425 "LC_UNIXTHREAD" : "LC_THREAD", i);
438 "LC_THREAD", i);
469 "LC_UNIXTHREAD" : "LC_THREAD", i);
483 "LC_UNIXTHREAD" : "LC_THREAD", i);
497 "LC_UNIXTHREAD" : "LC_THREAD", i);
511 "LC_UNIXTHREAD" : "LC_THREAD", i);
523 "LC_THREAD",
[all...]
H A Dofile.c3486 * have LC_THREAD commands that are only a multiple of 4 and
3491 l.cmd != LC_THREAD ||
4650 case LC_THREAD:
4655 "LC_THREAD", i);
4676 "LC_THREAD", i);
4690 "LC_THREAD", i);
4707 "LC_UNIXTHREAD" : "LC_THREAD", i);
4717 "LC_THREAD", i);
4731 "LC_UNIXTHREAD" : "LC_THREAD", i);
4741 "LC_THREAD",
[all...]
/macosx-10.9.5/cctools-845/misc/
H A Dsegedit.c617 case LC_THREAD:
/macosx-10.9.5/cctools-845/ld/
H A Dlayout.c572 output_thread_info.thread_command.cmd = LC_THREAD;
H A Dpass1.c5291 case LC_THREAD:
5752 case LC_THREAD:
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c2057 case LC_THREAD:
2061 printf(" cmd LC_THREAD\n");
3727 * print the thread states from an LC_THREAD or LC_UNIXTHREAD command. The

Completed in 240 milliseconds