HomeSort by relevance Sort by last modified time
    Searched defs:dso_handle (Results 1 - 2 of 2) sorted by null

  /external/stlport/src/
cxa.c 53 void *dso_handle; member in struct:exit_function::__anon34957::__anon34959
80 new->func.cxa.dso_handle = d;
175 if ( (d == NULL || d == f->func.cxa.dso_handle) && (f->flavor == ef_cxa) ) {
  /ndk/sources/cxx-stl/stlport/src/
cxa.c 53 void *dso_handle; member in struct:exit_function::__anon42931::__anon42933
80 new->func.cxa.dso_handle = d;
175 if ( (d == NULL || d == f->func.cxa.dso_handle) && (f->flavor == ef_cxa) ) {

Completed in 128 milliseconds