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

/macosx-10.9.5/dyld-239.4/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.9.5/dyld-239.4/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.9.5/dyld-239.4/unit-tests/test-cases/image-count/
H A Dmain.c31 extern struct mach_header __dso_handle;
/macosx-10.9.5/dyld-239.4/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 Ddyld.cpp126 extern "C" void* __dso_handle; variable
4134 const struct macho_header* mh = (macho_header*)&__dso_handle;
/macosx-10.9.5/Csu-79/
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.c57 extern const macho_header __dso_handle;
124 const macho_header* tmh = &__dso_handle;
/macosx-10.9.5/llvmCore-3425.0.33/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 227 milliseconds