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

/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/executable-image-index/
H A Dmain.c35 extern const struct mach_header __dso_handle;
39 if ( _dyld_get_image_header(0) == &__dso_handle )
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/interpose-dynamic-basic/
H A Dmain.c29 extern const struct mach_header __dso_handle;
48 dyld_dynamic_interpose(&__dso_handle, sTable, 1);
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/all_image_infos/
H A Dmain.c32 extern struct mach_header __dso_handle;
66 if ( infos->infoArray[0].imageLoadAddress != &__dso_handle ) {
68 infos->infoArray[0].imageLoadAddress, &__dso_handle);
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/image-count/
H A Dmain.c31 extern struct mach_header __dso_handle;
/macosx-10.10.1/dyld-353.2.1/src/
H A DdyldExceptions.c113 extern void* __dso_handle;
119 info->mh = (struct mach_header*)&__dso_handle;
H A DdyldNew.cpp32 extern "C" void* __dso_handle; variable
103 if ( (dyld::gLibSystemHelpers != NULL) && ((ptr < &__dso_handle) || (ptr >= &initialPoolContent[DYLD_POOL_CHUNK_SIZE])) ) {
H A Ddyld_gdb.cpp184 extern void* __dso_handle;
190 14, 0, NULL, &gdb_image_notifier, false, false, (const mach_header*)&__dso_handle, NULL,
H A DImageLoaderMachOCompressed.cpp761 extern const mach_header __dso_handle;
762 uint32_t dyldMinOS = ImageLoaderMachO::minOSVersion(&__dso_handle);
H A Ddyld.cpp134 extern "C" const macho_header __dso_handle; variable
4395 const struct macho_header* mh = (macho_header*)&__dso_handle;
4731 uint32_t dyldMinOS = ImageLoaderMachO::minOSVersion((const mach_header*)&__dso_handle);
/macosx-10.10.1/Csu-85/
H A Dcrt.c48 extern void* __dso_handle;
58 __attribute__ ((section ("__DATA,__program_vars"))) = { &__dso_handle, &NXArgc, &NXArgv, &environ, &__progname };
H A Dlazy_dylib_loader.c60 extern const macho_header __dso_handle;
138 const macho_header* tmh = &__dso_handle;
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/JIT/
H A DJIT.cpp41 // of atexit). It passes the address of linker generated symbol __dso_handle
56 extern void *__dso_handle __attribute__ ((__visibility__ ("hidden")));
755 if (GV->getName() == "__dso_handle")
756 return (void*)&__dso_handle;

Completed in 93 milliseconds