Searched defs:sym (Results 1 – 10 of 10) sorted by relevance
/bionic/libm/ |
D | freebsd-compat.h | 22 #define __weak_reference(sym,alias) \ argument 26 #define __strong_reference(sym,aliassym) \ argument 29 #define __warn_references(sym,msg) /* ignored */ argument
|
/bionic/libc/upstream-openbsd/android/include/ |
D | openbsd-compat.h | 41 #define DEF_STRONG(sym) argument 42 #define DEF_WEAK(sym) argument 45 #define __warn_references(sym,msg) argument
|
/bionic/libc/upstream-freebsd/android/include/ |
D | freebsd-compat.h | 34 #define __weak_reference(sym,alias) argument
|
/bionic/tests/ |
D | atexit_test.cpp | 55 void* sym = dlsym(handle, "register_atexit"); in TEST() local
|
D | dlfcn_test.cpp | 82 void* sym = dlsym(self, "DlSymTestFunction"); in TEST() local 177 void* sym = dlsym(handle, "getRandomNumber"); in TEST() local 191 void* sym = dlsym(handle, ""); in TEST() local 202 void* sym = dlsym(handle, "getRandomNumber"); in TEST() local 392 void* sym = dlsym(RTLD_DEFAULT, "check_order_dlsym_get_answer"); in TEST() local 644 void* sym = dlsym(RTLD_DEFAULT, "dlopen_testlib_simple_func"); in TEST() local 669 void* sym = dlsym(RTLD_DEFAULT, "dlopen_testlib_simple_func"); in TEST() local 860 void* sym; in TEST() local 884 void* sym = dlsym(self, "DlSymTestFunction"); in TEST() local 1012 void* sym = dlsym(handle, "getRandomNumber"); in TEST() local [all …]
|
D | dlext_test.cpp | 180 void* sym = dlsym(RTLD_DEFAULT, "this_symbol_does_not_exist___"); in TEST_F() local
|
/bionic/libc/include/ |
D | elf.h | 43 #define ELF32_R_INFO(sym, type) ((((Elf32_Word)sym) << 8) | ((type) & 0xff)) argument 44 #define ELF64_R_INFO(sym, type) ((((Elf64_Xword)sym) << 32) | ((type) & 0xffffffff)) argument
|
/bionic/libc/include/sys/ |
D | cdefs.h | 59 #define __strong_alias(alias, sym) \ argument
|
/bionic/linker/ |
D | linker_soinfo.cpp | 292 static bool symbol_matches_soaddr(const ElfW(Sym)* sym, ElfW(Addr) soaddr) { in symbol_matches_soaddr()
|
D | linker.cpp | 2461 bool soinfo::lookup_version_info(const VersionTracker& version_tracker, ElfW(Word) sym, in lookup_version_info()
|