Searched defs:dlsym (Results 1 - 3 of 3) sorted by relevance

/external/qemu/
H A Ddynlink-static.c22 /* dummy dlopen()/dlclose()/dlsym() implementations to be used in static builds */
28 /* mimick succesful load, then all calls to dlsym/dlvsym will fail */
36 void* dlsym(void) function
/external/iproute2/include/
H A Ddlfcn.h22 static inline void *dlsym(void *handle, const char *sym) function
/external/ping/
H A Dping.c2067 void *dlsym(void *handle, const char *symbol) { return 0; } function

Completed in 244 milliseconds