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