mh 169 libltdl/loaders/dyld.c static const char *lt__header_get_instnam (const mach_header *mh); mh 171 libltdl/loaders/dyld.c static NSSymbol lt__linkedlib_symbol (const char *symname, const mach_header *mh); mh 287 libltdl/loaders/dyld.c const mach_header *mh = (const mach_header *) module; mh 289 libltdl/loaders/dyld.c if (mh->magic == LT__MAGIC) mh 325 libltdl/loaders/dyld.c const mach_header *mh = (const mach_header *) module; mh 335 libltdl/loaders/dyld.c if (mh->magic == LT__MAGIC) mh 339 libltdl/loaders/dyld.c if (lt__image_symbol_p (mh, name)) mh 341 libltdl/loaders/dyld.c nssym = lt__image_symbol (mh, name, LT__SYMLOOKUP_OPTS); mh 355 libltdl/loaders/dyld.c if (!mh) mh 357 libltdl/loaders/dyld.c mh = (mach_header *)lt__nsmodule_get_header (module); mh 359 libltdl/loaders/dyld.c nssym = lt__linkedlib_symbol (name, mh); mh 401 libltdl/loaders/dyld.c const mach_header *mh = 0; mh 411 libltdl/loaders/dyld.c mh = _dyld_get_image_header (i); mh 416 libltdl/loaders/dyld.c return mh; mh 424 libltdl/loaders/dyld.c lt__header_get_instnam (const mach_header *mh) mh 430 libltdl/loaders/dyld.c for (j = 0; j < mh->ncmds; j++) mh 434 libltdl/loaders/dyld.c lc = (struct load_command*) (((unsigned long) mh) + offset); mh 449 libltdl/loaders/dyld.c const mach_header *mh = 0; mh 460 libltdl/loaders/dyld.c mh = _dyld_get_image_header (i); mh 465 libltdl/loaders/dyld.c return mh; mh 470 libltdl/loaders/dyld.c lt__linkedlib_symbol (const char *symname, const mach_header *mh) mh 480 libltdl/loaders/dyld.c for (j = 0; j < mh->ncmds; j++) mh 482 libltdl/loaders/dyld.c lc = (struct load_command*) (((unsigned long) mh) + offset);