Searched refs:dlvsym (Results 1 - 12 of 12) sorted by relevance
/third_party/musl/libc-test/src/functionalext/symver/ |
H A D | dlvsym.c | 38 functype func = (functype)dlvsym(handle, dso_no_symver_symbol, dso_version_invalid); in dlvsym_no_symver_0100() 70 functype func = (functype)dlvsym(handle, dso_symbol_invalid, dso_version_invalid); in dlvsym_no_symver_0200() 102 functype func = (functype)dlvsym(handle, dso_easy_symver_symbol, dso_easy_symver_version_stable); in dlvsym_easy_symver_0100() 135 functype func = (functype)dlvsym(handle, dso_easy_symver_symbol, dso_easy_symver_version_old); in dlvsym_easy_symver_0200() 168 functype func = (functype)dlvsym(handle, dso_symbol_invalid, dso_version_invalid); in dlvsym_easy_symver_0300() 200 functype func = (functype)dlvsym(handle, dso_easy_symver_symbol, dso_version_invalid); in dlvsym_easy_symver_0400() 232 functype func = (functype)dlvsym(handle, dso_hard_symver_if_symbol, dso_hard_symver_version_stable); in dlvsym_hard_symver_0100() 265 functype func = (functype)dlvsym(handle, dso_hard_symver_if_symbol, dso_hard_symver_version_old); in dlvsym_hard_symver_0200() 298 functype func = (functype)dlvsym(handle, dso_symbol_invalid, dso_version_invalid); in dlvsym_hard_symver_0300() 330 functype func = (functype)dlvsym(handl in dlvsym_hard_symver_0400() [all...] |
/third_party/musl/src/ldso/arm/linux/ |
H A D | dlvsym.s | 18 .global dlvsym 20 .type dlvsym,%function 21 dlvsym: label
|
/third_party/musl/src/ldso/aarch64/linux/ |
H A D | dlvsym.s | 16 .global dlvsym 18 .type dlvsym,%function 19 dlvsym: label
|
/third_party/musl/porting/linux/user/src/ldso/arm/ |
H A D | dlvsym.s | 18 .global dlvsym 20 .type dlvsym,%function 21 dlvsym: label
|
/third_party/musl/porting/linux/user/src/ldso/x86_64/ |
H A D | dlvsym.s | 17 .global dlvsym 19 .type dlvsym,@function 20 dlvsym: label
|
/third_party/musl/porting/linux/user/src/ldso/riscv64/ |
H A D | dlvsym.s | 16 .global dlvsym 18 .type dlvsym, %function 19 dlvsym: label
|
/third_party/musl/porting/linux/user/src/ldso/aarch64/ |
H A D | dlvsym.s | 16 .global dlvsym 18 .type dlvsym,%function 19 dlvsym: label
|
/third_party/musl/src/ldso/x86_64/linux/ |
H A D | dlvsym.s | 17 .global dlvsym 19 .type dlvsym,@function 20 dlvsym: label
|
/third_party/musl/src/ldso/riscv64/linux/ |
H A D | dlvsym.s | 16 .global dlvsym 18 .type dlvsym, %function 19 dlvsym: label
|
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/ |
H A D | ldso_dlsym_test.cpp | 326 * @tc.desc: Test that dlvsym can obtain the specified version of symbols. 334 FuncTypeRetInt fn = reinterpret_cast<FuncTypeRetInt>(dlvsym(handle, "DlsymVersion", "NullVersion")); in HWTEST_F() 336 fn = reinterpret_cast<FuncTypeRetInt>(dlvsym(handle, "DlsymVersion", "DlsymVersion_2")); in HWTEST_F()
|
/third_party/musl/porting/linux/user/include/ |
H A D | dlfcn.h | 33 void *dlvsym(void *__restrict, const char *__restrict, const char *__restrict);
|
/third_party/musl/include/ |
H A D | dlfcn.h | 39 void *dlvsym(void *__restrict, const char *__restrict, const char *__restrict);
|
Completed in 3 milliseconds