HomeSort by relevance Sort by last modified time
    Searched refs:fn_dso (Results 1 - 3 of 3) sorted by null

  /bionic/libc/stdlib/
atexit.h 45 void *fn_dso; /* shared module handle */ member in struct:atexit::atexit_fn
atexit.c 98 fnp->fn_dso = dso;
130 if (dso != NULL && dso != p->fns[n].fn_dso)
209 p->fns[0].fn_dso = NULL;
  /bionic/libc/unistd/
abort.c 67 /* the check for fn_dso == NULL is mostly paranoia */
68 if (p != NULL && p->fns[0].fn_dso == NULL &&

Completed in 45 milliseconds