• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/dyld-353.2.1/src/

Lines Matching refs:macho_header

134 extern "C" const macho_header __dso_handle;
215 static const macho_header* sMainExecutableMachHeader = NULL;
1602 const struct load_command* const cmds = (struct load_command*)(((char*)sMainExecutableMachHeader)+sizeof(macho_header));
1640 static bool hasCodeSignatureLoadCommand(const macho_header* mh)
1643 const struct load_command* const cmds = (struct load_command*)(((char*)mh)+sizeof(macho_header));
2242 static ImageLoader* instantiateFromLoadedImage(const macho_header* mh, uintptr_t slide, const char* path)
2256 static bool findInSharedCacheImage(const char* path, bool searchByPath, const struct stat* stat_buf, const macho_header** mh, const char** pathInCache, long* slide)
2289 *mh = (macho_header*)(p->address+sSharedCacheSlide);
2310 *mh = (macho_header*)(p->address+sSharedCacheSlide);
2326 const macho_header* mhInCache;
2375 const macho_header* mh = (macho_header*)firstPage;
2377 const struct load_command* const cmds = (struct load_command*)(((char*)mh)+sizeof(macho_header));
2539 const macho_header* mhInCache;
2601 const macho_header* mhInCache;
2608 if ( (const macho_header*)anImage->machHeader() == mhInCache )
2994 const macho_header* mhInCache;
3624 ImageLoader* image = ImageLoaderMachO::instantiateFromMemory(moduleName, (macho_header*)mem, len, gLinkContext);
3964 static void setContext(const macho_header* mainExecutableMH, int argc, const char* argv[], const char* envp[], const char* apple[])
4031 static bool hasRestrictedSegment(const macho_header* mh)
4034 const struct load_command* const cmds = (struct load_command*)(((char*)mh)+sizeof(macho_header));
4100 const struct load_command* const cmds = (struct load_command*)(((char*)mh)+sizeof(macho_header));
4352 static bool processRestricted(const macho_header* mainExecutableMH)
4395 const struct macho_header* mh = (macho_header*)&__dso_handle;
4397 const struct load_command* const cmds = (struct load_command*)((char*)mh + sizeof(macho_header));
4460 static uintptr_t useSimulatorDyld(int fd, const macho_header* mainExecutableMH, const char* dyldPath,
4493 const macho_header* mh = (const macho_header*)firstPage;
4497 const struct load_command* const cmds = (struct load_command*)(((char*)mh)+sizeof(macho_header));
4573 const macho_header* mainExecutableMH, const macho_header* dyldMH, uintptr_t dyldSlide,
4576 return (*newDyld)(argc, argv, envp, apple, mainExecutableMH, (macho_header*)loadAddress,
4590 _main(const macho_header* mainExecutableMH, uintptr_t mainExecutableSlide,