Searched refs:mach_header (Results 1 - 25 of 149) sorted by relevance

123456

/macosx-10.9.5/cctools-845/include/mach-o/
H A Dldsyms.h60 mach_header
77 mach_header
94 mach_header
111 mach_header
H A Dkld.h55 struct mach_header **header_addr,
60 struct mach_header **header_addr,
74 struct mach_header **header_addr,
H A Drld_state.h57 struct mach_header /* The address the set was link edited at */
H A Drld.h35 struct mach_header **header_addr,
41 struct mach_header **header_addr,
H A Dsarld.h36 struct mach_header *basefile_addr, /* mach header of the base file */
59 struct mach_header *basefile_addr, /* mach header of the base file */
H A Dgetsect.h62 const struct mach_header *mhp,
71 const struct mach_header *mhp,
103 const struct mach_header *mhp,
109 const struct mach_header *mhp,
/macosx-10.9.5/Libc-997.90.3/include/
H A Dcrt_externs.h44 extern struct mach_header *
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/NSAddImage-MATCH_BY_INSTALLNAME/
H A Dmain.c37 const struct mach_header * mh1 = NSAddImage("libbar.dylib", NSADDIMAGE_OPTION_RETURN_ON_ERROR | NSADDIMAGE_OPTION_MATCH_FILENAME_BY_INSTALLNAME);
38 const struct mach_header * mh2 = NSAddImage("libfoo.dylib", NSADDIMAGE_OPTION_RETURN_ON_ERROR | NSADDIMAGE_OPTION_MATCH_FILENAME_BY_INSTALLNAME);
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/framework-fallback/
H A Dmain.c41 const struct mach_header *image;
/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A Dmacho_util.h127 * @param mach_header A pointer to the beginning of the mapped Mach-O file.
147 * @param mach_header A pointer to the beginning of the mapped Mach-O file.
165 * @param mach_header A pointer to the beginning of the mapped Mach-O file.
189 * @param mach_header A pointer to the beginning of the mapped Mach-O file.
238 * @param mach_header A pointer to the beginning of the mapped Mach-O file.
259 * @param mach_header A pointer to the beginning of the mapped Mach-O file.
282 struct mach_header * mach_header,
286 struct mach_header_64 * mach_header,
290 struct mach_header * mach_heade
[all...]
/macosx-10.9.5/cctools-845/libmacho/
H A Dgetsegbyname.c71 struct mach_header *mhp = _NSGetMachExecuteHeader();
73 static struct mach_header *mhp = NULL;
74 DECLARE_VAR(_mh_execute_header, struct mach_header);
76 mhp = (struct mach_header *)(& USE_VAR(_mh_execute_header));
79 mhp = (struct mach_header *)(&_mh_execute_header);
83 ((char *)mhp + sizeof(struct mach_header));
H A Dget_end.c71 struct mach_header *mhp = _NSGetMachExecuteHeader();
73 static struct mach_header *mhp = NULL;
74 DECLARE_VAR(_mh_execute_header, struct mach_header);
77 mhp = (struct mach_header *)(& USE_VAR(_mh_execute_header));
81 ((char *)mhp + sizeof(struct mach_header));
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/image-slide/
H A Dmain.c32 intptr_t findSlide(const struct mach_header* mh)
47 // find mach_header for libfoo.dylib
48 const struct mach_header* mh;
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/shared-cache-symlink/
H A Dmain.c58 const struct mach_header* mh = (struct mach_header*)info.dli_fbase;
/macosx-10.9.5/Csu-79/
H A Dicplusplus.c26 void (*p)(const struct mach_header *);
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/NSAddImage-RETURN_ONLY_IF_LOADED/
H A Dmain.c37 const struct mach_header * mh = NSAddImage("/System/Library/Frameworks/Cocoa.framework/Cocoa", NSADDIMAGE_OPTION_RETURN_ONLY_IF_LOADED);
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/NSAddImage-leafname/
H A Dmain.c37 const struct mach_header * mh = NSAddImage("libzzz.dylib", NSADDIMAGE_OPTION_WITH_SEARCHING);
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/executable-image-index/
H A Dmain.c35 extern const struct mach_header __dso_handle;
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/dlopen-init-dlopen-notify/
H A Dmain.cxx60 static std::set<const struct mach_header*> sCurrentImages;
62 static void notify(const struct mach_header *mh, intptr_t vmaddr_slide)
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dmach_loader.h53 user_addr_t mach_header; member in struct:_load_result
77 struct mach_header *header,
/macosx-10.9.5/dyld-239.4/include/mach-o/
H A Ddyld_priv.h136 // get slide for a given loaded mach_header
139 extern intptr_t _dyld_get_image_slide(const struct mach_header* mh);
153 const struct mach_header* mh;
211 extern uint32_t dyld_get_sdk_version(const struct mach_header* mh);
229 extern uint32_t dyld_get_min_os_version(const struct mach_header* mh);
H A Ddyld_images.h69 const struct mach_header* imageLoadAddress; /* base address image is mapped into */
77 const struct mach_header* imageLoadAddress; /* base address image is mapped into */
100 const struct mach_header* dyldImageLoadAddress;
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/unloadable-library-residue/
H A Dmain.c36 const struct mach_header* mh = NSAddImage("libfoo.dylib", NSADDIMAGE_OPTION_RETURN_ON_ERROR);
/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-load.h41 /*headerType*/ struct mach_header **hdr_addr,
/macosx-10.9.5/Libc-997.90.3/sys/
H A Dcrt_externs.c47 DECLARE_VAR(_mh_execute_header, struct mach_header);
66 struct mach_header *_NSGetMachExecuteHeader(void) {
110 void _NSSetProgramVars(int* crt_argc, char*** crt_argv, char*** crt_environ, struct mach_header* crt_mh, char** crt_progname) {

Completed in 166 milliseconds

123456