mach_header       164 libltdl/loaders/dyld.c typedef struct mach_header mach_header;
mach_header       168 libltdl/loaders/dyld.c static const mach_header *lt__nsmodule_get_header (NSModule module);
mach_header       169 libltdl/loaders/dyld.c static const char *lt__header_get_instnam (const mach_header *mh);
mach_header       170 libltdl/loaders/dyld.c static const mach_header *lt__match_loadedlib (const char *name);
mach_header       171 libltdl/loaders/dyld.c static NSSymbol lt__linkedlib_symbol (const char *symname, const mach_header *mh);
mach_header       173 libltdl/loaders/dyld.c static const mach_header *(*lt__addimage)	(const char *image_name,
mach_header       175 libltdl/loaders/dyld.c static NSSymbol	(*lt__image_symbol)		(const mach_header *image,
mach_header       178 libltdl/loaders/dyld.c static enum DYLD_BOOL (*lt__image_symbol_p)	(const mach_header *image,
mach_header       287 libltdl/loaders/dyld.c       const mach_header *mh = (const mach_header *) module;
mach_header       325 libltdl/loaders/dyld.c   const mach_header *mh = (const mach_header *) module;
mach_header       357 libltdl/loaders/dyld.c 	  mh = (mach_header *)lt__nsmodule_get_header (module);
mach_header       396 libltdl/loaders/dyld.c static const mach_header *
mach_header       401 libltdl/loaders/dyld.c   const mach_header *mh = 0;
mach_header       424 libltdl/loaders/dyld.c lt__header_get_instnam (const mach_header *mh)
mach_header       426 libltdl/loaders/dyld.c   unsigned long offset = sizeof(mach_header);
mach_header       446 libltdl/loaders/dyld.c static const mach_header *
mach_header       449 libltdl/loaders/dyld.c   const mach_header *mh	= 0;
mach_header       470 libltdl/loaders/dyld.c lt__linkedlib_symbol (const char *symname, const mach_header *mh)
mach_header       476 libltdl/loaders/dyld.c       unsigned long offset = sizeof(mach_header);
mach_header       487 libltdl/loaders/dyld.c 	      const mach_header *mh1 = lt__match_loadedlib (name);