Searched refs:sMainExecutableMachHeader (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/dyld-239.4/src/
H A Ddyld.cpp207 static const macho_header* sMainExecutableMachHeader = NULL; member in namespace:dyld
1572 const uint32_t cmd_count = sMainExecutableMachHeader->ncmds;
1573 const struct load_command* const cmds = (struct load_command*)(((char*)sMainExecutableMachHeader)+sizeof(macho_header));
2077 const cpu_type_t cpu = sMainExecutableMachHeader->cputype;
2099 if ( (cpu_type_t)OSSwapBigToHostInt32(archs[i].cputype) == sMainExecutableMachHeader->cputype) {
2122 if ( mh->magic == sMainExecutableMachHeader->magic ) {
2123 if ( mh->cputype == sMainExecutableMachHeader->cputype ) {
2154 if ( mh->magic == sMainExecutableMachHeader->magic ) {
2155 if ( mh->cputype == sMainExecutableMachHeader->cputype ) {
3870 if ( mh->magic != sMainExecutableMachHeader
[all...]

Completed in 99 milliseconds