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

/darwin-on-arm/xnu/libkern/libkern/
H A Dkernel_mach_header.h63 #define LC_SEGMENT_KERNEL LC_SEGMENT_64
/darwin-on-arm/xnu/SETUP/setsegname/
H A Dsetsegname.c203 } else if (LC_SEGMENT_64 == cmdtype) {
/darwin-on-arm/xnu/bsd/kern/
H A Dmach_loader.c640 case LC_SEGMENT_64:
878 if (LC_SEGMENT_64 == lcp->cmd) {
889 if (LC_SEGMENT_64 == lcp->cmd)
940 if (scp->cmd == LC_SEGMENT_64) {
1046 LC_SEGMENT_64 == lcp->cmd, single_section_size,
1638 case LC_SEGMENT_64:
H A Dkern_core.c404 sc64->cmd = LC_SEGMENT_64;
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_util.c514 case LC_SEGMENT_64:
705 case LC_SEGMENT_64:
H A Dkxld_seg.c684 seghdr->cmd = LC_SEGMENT_64;
H A Dkxld_object.c553 case LC_SEGMENT_64:
608 case LC_SEGMENT_64:
903 case LC_SEGMENT_64:
920 "LC_SEGMENT_64 in a 32-bit kext."));
/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dloader.h275 #define LC_SEGMENT_64 0x19 /* 64-bit segment of this file to be macro
347 uint32_t cmd; /* LC_SEGMENT_64 */

Completed in 88 milliseconds