Home
last modified time | relevance | path

Searched defs:sym (Results 1 – 10 of 10) sorted by relevance

/bionic/libm/
Dfreebsd-compat.h23 #define __weak_reference(sym,alias) \ argument
27 #define __strong_reference(sym,aliassym) \ argument
30 #define __warn_references(sym,msg) /* ignored */ argument
/bionic/libc/upstream-openbsd/android/include/
Dopenbsd-compat.h46 #define DEF_STRONG(sym) argument
47 #define DEF_WEAK(sym) argument
51 #define __warn_references(sym,msg) argument
/bionic/libc/upstream-freebsd/android/include/
Dfreebsd-compat.h38 #define __weak_reference(sym,alias) argument
/bionic/tests/
Datexit_test.cpp45 void* sym = dlsym(handle, "register_atexit"); in TEST() local
Ddlfcn_test.cpp94 void* sym = dlsym(self, "DlSymTestFunction"); in TEST() local
189 void* sym = dlsym(handle, "getRandomNumber"); in TEST() local
203 void* sym = dlsym(handle, ""); in TEST() local
214 void* sym = dlsym(handle, "getRandomNumber"); in TEST() local
420 void* sym = dlsym(RTLD_DEFAULT, "check_order_dlsym_get_answer"); in TEST() local
672 void* sym = dlsym(RTLD_DEFAULT, "dlopen_testlib_simple_func"); in TEST() local
697 void* sym = dlsym(RTLD_DEFAULT, "dlopen_testlib_simple_func"); in TEST() local
903 void* sym; in TEST() local
927 void* sym = dlsym(self, "DlSymTestFunction"); in TEST() local
1054 void* sym = dlsym(handle, "getRandomNumber"); in TEST() local
[all …]
Ddlext_test.cpp182 void* sym = dlsym(RTLD_DEFAULT, "this_symbol_does_not_exist___"); in TEST_F() local
/bionic/linker/
Dlinker_soinfo.cpp299 static bool symbol_matches_soaddr(const ElfW(Sym)* sym, ElfW(Addr) soaddr) { in symbol_matches_soaddr()
Dlinker.cpp2768 bool soinfo::lookup_version_info(const VersionTracker& version_tracker, ElfW(Word) sym, in lookup_version_info()
/bionic/libc/include/sys/
Dcdefs.h49 #define __strong_alias(alias, sym) \ argument
/bionic/libc/include/
Delf.h299 #define ELF32_R_INFO(sym, type) ((((Elf32_Word)sym) << 8) | ((type) & 0xff)) argument
300 #define ELF64_R_INFO(sym, type) ((((Elf64_Xword)sym) << 32) | ((type) & 0xffffffff)) argument