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

/external/stlport/src/
H A Dcxa.c103 void *__dso_handle = (void *) &__dso_handle; variable
/external/llvm/lib/ExecutionEngine/JIT/
H A DJIT.cpp42 // of atexit). It passes the address of linker generated symbol __dso_handle
57 extern void *__dso_handle __attribute__ ((__visibility__ ("hidden")));
603 if (GV->getName() == "__dso_handle")
604 return (void*)&__dso_handle;

Completed in 102 milliseconds