Searched refs:_dl_free_function (Results 1 – 3 of 3) sorted by relevance
59 void (*_dl_free_function) (void *p) = NULL; variable277 if (_dl_free_function) in _dl_free()278 (*_dl_free_function) (p); in _dl_free()1490 _dl_free_function = (void (*)(void *)) (intptr_t) in _dl_get_ready_to_run()
61 void (*_dl_free_function) (void *__ptr); variable
78 extern void (*_dl_free_function) (void *p);112 void (*_dl_free_function) (void *p); variable330 _dl_free_function = free; in do_dlopen()
Completed in 20 milliseconds