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

/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld.cpp215 static const macho_header* sMainExecutableMachHeader = NULL; member in namespace:dyld
1601 const uint32_t cmd_count = sMainExecutableMachHeader->ncmds;
1602 const struct load_command* const cmds = (struct load_command*)(((char*)sMainExecutableMachHeader)+sizeof(macho_header));
2151 const cpu_type_t cpu = sMainExecutableMachHeader->cputype;
2173 if ( (cpu_type_t)OSSwapBigToHostInt32(archs[i].cputype) == sMainExecutableMachHeader->cputype) {
2196 if ( mh->magic == sMainExecutableMachHeader->magic ) {
2197 if ( mh->cputype == sMainExecutableMachHeader->cputype ) {
2228 if ( mh->magic == sMainExecutableMachHeader->magic ) {
2229 if ( mh->cputype == sMainExecutableMachHeader->cputype ) {
4093 if ( mh->magic != sMainExecutableMachHeader
[all...]

Completed in 126 milliseconds