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

/xnu-2422.115.4/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.c457 * the contents of its sizeofcmds, which is currently constrained to 32
560 if ((off_t)(mach_header_sz + header->sizeofcmds) > macho_size)
566 size = round_page(mach_header_sz + header->sizeofcmds);
641 offset > header->sizeofcmds + mach_header_sz) {
730 (char *)addr + mach_header_sz + header->sizeofcmds,
/xnu-2422.115.4/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
/xnu-2422.115.4/SETUP/kextsymboltool/
H A Dkextsymboltool.c745 hdr.sizeofcmds = sizeof(segcmd) + sizeof(symcmd) + sizeof(uuidcmd);
747 symsoffset = mach_vm_round_page(hdr.sizeofcmds);
785 hdr.sizeofcmds = sizeof(segcmd) + sizeof(symcmd) + sizeof(uuidcmd);
787 symsoffset = mach_vm_round_page(hdr.sizeofcmds);
/xnu-2422.115.4/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c607 mh.sizeofcmds = (uint32_t)command_size;
/xnu-2422.115.4/libkern/kxld/
H A Dkxld_object.c1863 mach->sizeofcmds = (uint32_t) (header_size - sizeof(*mach));
1898 mach->sizeofcmds = (uint32_t) (header_size - sizeof(*mach));
/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp8183 (u_int) (sizeof(*kext_mach_hdr) + kext_mach_hdr->sizeofcmds));

Completed in 61 milliseconds