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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_core.c339 mh64->sizeofcmds = command_size;
348 mh->sizeofcmds = command_size;
468 mh64->sizeofcmds -= segment_count * segment_command_sz;
471 mh->sizeofcmds -= segment_count * segment_command_sz;
H A Dmach_loader.c447 * the contents of its sizeofcmds, which is currently constrained to 32
550 if ((off_t)(mach_header_sz + header->sizeofcmds) > macho_size)
556 size = round_page(mach_header_sz + header->sizeofcmds);
629 offset > header->sizeofcmds + mach_header_sz) {
/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dloader.h60 uint32_t sizeofcmds; /* the size of all the load commands */ member in struct:mach_header
78 uint32_t sizeofcmds; /* the size of all the load commands */ member in struct:mach_header_64
212 * of the commands is given by the sizeofcmds field in the mach_header. All
/darwin-on-arm/xnu/osfmk/kdp/ml/arm/
H A Dkdp_arm_common.c224 mh.sizeofcmds = (uint32_t)command_size;
/darwin-on-arm/xnu/SETUP/kextsymboltool/
H A Dkextsymboltool.c728 hdr.sizeofcmds = sizeof(symcmd) + sizeof(uuidcmd);
747 hdr.sizeofcmds = sizeof(symcmd) + sizeof(uuidcmd);
/darwin-on-arm/xnu/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c592 mh.sizeofcmds = (uint32_t)command_size;
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_object.c1867 mach->sizeofcmds = (uint32_t) (header_size - sizeof(*mach));
1902 mach->sizeofcmds = (uint32_t) (header_size - sizeof(*mach));
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp7844 (u_int) (sizeof(*kext_mach_hdr) + kext_mach_hdr->sizeofcmds));

Completed in 106 milliseconds