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

/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_object.c77 uint32_t filetype; member in struct:kxld_object
155 u_int *filetype, u_int *ncmds);
161 u_int *filetype, u_int *ncmds);
258 object->filetype = mach_hdr->filetype;
261 object->filetype = mach_hdr->filetype;
264 switch (object->filetype) {
285 kKxldLogFiletypeNotSupported, object->filetype);
518 u_int filetype local
529 object->file, offset, &filetype, &ncmds); local
714 u_int filetype = 0; local
797 u_int filetype = 0; local
844 u_int filetype = 0; local
859 object->file, offset, &filetype, &ncmds); local
1020 get_macho_cmd_data_32(u_char *file, u_long offset, u_int *filetype, u_int *ncmds) argument
1036 get_macho_cmd_data_64(u_char *file, u_long offset, u_int *filetype, u_int *ncmds) argument
[all...]
H A Dkxld_util.c318 if (mach_hdr->filetype == MH_EXECUTE) {
489 if (mach_hdr->filetype == MH_EXECUTE) {
/darwin-on-arm/xnu/bsd/kern/
H A Dmach_loader.c136 uint32_t filetype,
514 switch (header->filetype) {
584 if ((header->flags & MH_PIE) || (header->filetype == MH_DYLINKER)) {
644 header->filetype,
858 uint32_t filetype,
1043 if (LOAD_SUCCESS == ret && filetype == MH_DYLINKER &&
856 load_segment( struct load_command *lcp, uint32_t filetype, void * control, off_t pager_offset, off_t macho_size, struct vnode *vp, vm_map_t map, int64_t slide, load_result_t *result ) argument
H A Dkern_core.c337 mh64->filetype = MH_CORE;
346 mh->filetype = MH_CORE;
H A Dkern_exec.c743 switch (mach_header->filetype) {
/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dloader.h58 uint32_t filetype; /* type of file */ member in struct:mach_header
76 uint32_t filetype; /* type of file */ member in struct:mach_header_64
88 * The layout of the file depends on the filetype. For all but the MH_OBJECT
108 * Constants for the filetype field of the mach_header
612 * A fixed virtual shared library (filetype == MH_FVMLIB in the mach header)
641 * A dynamically linked shared library (filetype == MH_DYLIB in the mach header)
726 * A program (filetype == MH_EXECUTE) that is
/darwin-on-arm/xnu/libkern/
H A Dkernel_mach_header.c188 mhp->filetype == MH_OBJECT){
/darwin-on-arm/xnu/osfmk/kdp/ml/arm/
H A Dkdp_arm_common.c222 mh.filetype = MH_CORE;
/darwin-on-arm/xnu/SETUP/kextsymboltool/
H A Dkextsymboltool.c726 hdr.filetype = MH_KEXT_BUNDLE;
745 hdr.filetype = (target_arch->cputype == CPU_TYPE_I386) ? MH_OBJECT : MH_KEXT_BUNDLE;
/darwin-on-arm/xnu/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c590 mh.filetype = MH_CORE;

Completed in 101 milliseconds