Searched refs:mach_header (Results 101 - 125 of 149) sorted by relevance

123456

/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebBasePluginPackage.mm379 struct mach_header* header = (struct mach_header*)rawData.data();
/macosx-10.9.5/cctools-845/gprof/
H A Dgetnfile.c379 struct mach_header **headers;
386 headers = allocate(grld_nloaded_states * sizeof(struct mach_header *));
420 (object_addr + sizeof(struct mach_header));
449 (object_addr + sizeof(struct mach_header));
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXInit.c191 const struct mach_header *image;
/macosx-10.9.5/xnu-2422.115.4/SETUP/setsegname/
H A Dsetsegname.c124 struct mach_header * hdr;
/macosx-10.9.5/cctools-845/misc/
H A Dindr.c1519 struct mach_header *mh;
1592 object_size = sizeof(struct mach_header) +
1595 mh = (struct mach_header *)object_addr;
1597 sizeof(struct mach_header));
1608 st->symoff = sizeof(struct mach_header) +
1611 st->stroff = sizeof(struct mach_header) +
1615 size = sizeof(struct mach_header) +
H A Dctf_insert.c471 mach_header_size = sizeof(struct mach_header);
/macosx-10.9.5/xnu-2422.115.4/libkern/kxld/
H A Dkxld_object.c257 struct mach_header *mach_hdr = (struct mach_header *) ((void *) object->file);
413 struct mach_header *mach_hdr = NULL;
484 mach_hdr = (struct mach_header *) ((void *) object->file);
1017 struct mach_header *mach_hdr = (struct mach_header *) ((void *) (file + offset));
1056 header_size += object_is_32_bit ? sizeof(struct mach_header) : sizeof(struct mach_header_64);
1848 struct mach_header *mach = NULL;
1856 mach = (struct mach_header *) ((void *) (buf + *header_offset));
/macosx-10.9.5/dyld-239.4/src/
H A Ddyld.cpp113 extern void removeImageFromAllImages(const mach_header* mh);
138 struct RegisteredDOF { const mach_header* mh; int registrationID; };
1829 ImageLoader* findImageByMachHeader(const struct mach_header* target)
2118 // 1) mach_header subtype is in list of compatible subtypes for running processor
2119 // 2) mach_header subtype is same as running processor subtype
2120 // 3) mach_header subtype runs on all processor variants
2121 const mach_header* mh = (mach_header*)firstPage;
2153 const mach_header* mh = (mach_header*)firstPag
[all...]
/macosx-10.9.5/dyld-239.4/launch-cache/
H A DMachOLayout.hpp361 const mach_header* mh = (mach_header*)p;
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dmachorep.cpp134 hash(&macho->header(), sizeof(mach_header));
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dmachorep.cpp134 hash(&macho->header(), sizeof(mach_header));
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkclist_main.c141 (struct mach_header *)kernelcacheStart,
H A Dkextfind_query.c1296 struct mach_header * farch;
1319 while ((farch = (struct mach_header *)fat_iterator_next_arch(fiter, NULL))) {
1423 struct mach_header * farch = NULL;
/macosx-10.9.5/ksh-20/ksh/src/lib/libdll/
H A Ddlfcn.c321 typedef const struct mach_header* NSImage;
/macosx-10.9.5/cctools-845/ld/
H A Dlayout.c101 __private_extern__ struct mach_header output_mach_header = { 0 };
191 memset(&output_mach_header, '\0', sizeof(struct mach_header));
411 * output file. This contains only a mach_header, a symtab load command the
421 memset(&output_mach_header, '\0', sizeof(struct mach_header));
441 * Fill in the mach_header for the output file.
455 offset = sizeof(struct mach_header) + output_mach_header.sizeofcmds;
1309 * Fill in the mach_header for the output file.
1347 headers_size = sizeof(struct mach_header) + sizeofcmds;
H A Dsymbols.c488 (((struct mach_header *)(cur_obj->obj_addr))->flags &
492 ((struct mach_header *)(cur_obj->obj_addr))->filetype !=
975 (((struct mach_header *)cur_obj->obj_addr)->filetype != MH_DYLIB ||
976 ((struct mach_header *)cur_obj->obj_addr)->filetype !=
2549 ((((struct mach_header *)(cur_obj->obj_addr))->
2552 (((struct mach_header *)(merged_symbol->
2723 (((struct mach_header *)(cur_obj->obj_addr))->
2766 if((((struct mach_header *)(cur_obj->obj_addr))->
2794 (((struct mach_header *)(cur_obj->obj_addr))->
3095 ((((struct mach_header *)(cur_ob
[all...]
/macosx-10.9.5/CF-855.17/
H A DCFBundle.c1996 const struct section *sp = getsectbynamefromheader((const struct mach_header *)mhp, segname, sectname);
2066 uint32_t ncmds = _CFBundleSwapInt32Conditional(((struct mach_header *)loc)->ncmds, swapped);
2067 uint32_t sizeofcmds = _CFBundleSwapInt32Conditional(((struct mach_header *)loc)->sizeofcmds, swapped);
2068 const char *startofcmds = loc + sizeof(struct mach_header);
2129 uint32_t ncmds = _CFBundleSwapInt32Conditional(((struct mach_header *)(loc + offset))->ncmds, swapped);
2130 uint32_t sizeofcmds = _CFBundleSwapInt32Conditional(((struct mach_header *)(loc + offset))->sizeofcmds, swapped);
2131 const char *startofcmds = loc + offset + sizeof(struct mach_header);
2198 uint32_t ncmds = _CFBundleSwapInt32Conditional(((struct mach_header *)loc)->ncmds, swapped);
2199 uint32_t sizeofcmds = _CFBundleSwapInt32Conditional(((struct mach_header *)loc)->sizeofcmds, swapped);
2200 const char *startofcmds = loc + sizeof(struct mach_header);
[all...]
/macosx-10.9.5/cctools-845/libstuff/
H A Dbreakout.c392 buf_size = sizeof(struct mach_header) +
/macosx-10.9.5/dtrace-118.1/libelf/
H A Ddecl.h84 extern void __swap_mach_header(struct mach_header *);
H A Dclscook.c196 #define _mach_header mach_header
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h54 struct mach_header { struct
64 /* Constant for the magic field of the mach_header (32-bit architectures) */
108 * Constants for the filetype field of the mach_header
124 /* Constants for the flags field of the mach_header */
211 * The load commands directly follow the mach_header. The total size of all
212 * of the commands is given by the sizeofcmds field in the mach_header. All
381 * segment of a MH_EXECUTE and MH_FVMLIB format file contains the mach_header
391 * mach_header and load commands are not part of the segment.
1294 * by the symbol from the mach_header for the image. If the flags
1450 uint32_t offset; /* from mach_header t
[all...]
/macosx-10.9.5/libunwind-35.3/src/
H A DUnwindCursor.hpp96 static void dyldUnloadHook(const struct mach_header* mh, intptr_t vmaddr_slide);
191 void DwarfFDECache<A>::dyldUnloadHook(const struct mach_header* mh, intptr_t vmaddr_slide)
/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-private.h692 extern void unmap_image(const struct mach_header *mh, intptr_t vmaddr_slide);
693 extern void unmap_image_nolock(const struct mach_header *mh);
/macosx-10.9.5/cctools-845/otool/
H A Dmain.c608 struct mach_header mh;
738 * If the mach_header pointer is NULL the file is not an object
740 * than sizeof(struct mach_header) also does not have it's
741 * mach_header set. So deal with both cases here and then
777 memset(&mh, '\0', sizeof(struct mach_header));
778 if(size > sizeof(struct mach_header))
779 size = sizeof(struct mach_header);
820 memcpy(&mh, ofile->mh, sizeof(struct mach_header));
836 memcpy(&mh64, ofile->mh64, sizeof(struct mach_header));
866 * Assign some local variables to the values in the mach_header fo
[all...]
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h54 struct mach_header { struct
64 /* Constant for the magic field of the mach_header (32-bit architectures) */
108 * Constants for the filetype field of the mach_header
124 /* Constants for the flags field of the mach_header */
211 * The load commands directly follow the mach_header. The total size of all
212 * of the commands is given by the sizeofcmds field in the mach_header. All
382 * segment of a MH_EXECUTE and MH_FVMLIB format file contains the mach_header
392 * mach_header and load commands are not part of the segment.
1295 * by the symbol from the mach_header for the image. If the flags
1462 uint32_t offset; /* from mach_header t
[all...]

Completed in 205 milliseconds

123456