Searched refs:dlvsym (Results 1 – 11 of 11) sorted by relevance
/bionic/libdl/ |
D | libdl.x86_64.map | 18 dlvsym;
|
D | libdl.mips.map | 18 dlvsym;
|
D | libdl.mips64.map | 18 dlvsym;
|
D | libdl.arm64.map | 18 dlvsym;
|
D | libdl.x86.map | 18 dlvsym;
|
D | libdl.arm.map | 19 dlvsym;
|
D | libdl.c | 32 void* dlvsym(void* handle __unused, const char* symbol __unused, const char* version __unused) { in dlvsym() function
|
D | libdl.map.txt | 33 dlvsym;
|
/bionic/libc/include/ |
D | dlfcn.h | 50 extern void* dlvsym(void* handle, const char* symbol, const char* version) __nonnull((2, 3));
|
/bionic/linker/ |
D | dlfcn.cpp | 106 void* dlvsym(void* handle, const char* symbol, const char* version) { in dlvsym() function 234 ELFW(SYM_INITIALIZER)(265, &dlvsym, 1),
|
/bionic/tests/ |
D | dlfcn_test.cpp | 1070 fn_t fn = reinterpret_cast<fn_t>(dlvsym(handle, "versioned_function", "nonversion")); in TEST() 1076 fn_t fn = reinterpret_cast<fn_t>(dlvsym(handle, "versioned_function", "TESTLIB_V2")); in TEST()
|