Home
last modified time | relevance | path

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

/bionic/libm/
Dfreebsd-compat.h22 #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/
Dopenbsd-compat.h36 #define __weak_alias(alias,sym) argument
39 #define __warn_references(sym,msg) argument
/bionic/libc/upstream-freebsd/android/include/
Dfreebsd-compat.h34 #define __weak_reference(sym,alias) argument
/bionic/tests/
Ddlfcn_test.cpp58 void* sym = dlsym(self, "DlSymTestFunction"); in TEST() local
153 void* sym = dlsym(handle, "getRandomNumber"); in TEST() local
168 void* sym = dlsym(handle, "getRandomNumber"); in TEST() local
311 void* sym = dlsym(RTLD_DEFAULT, "check_order_dlsym_get_answer"); in TEST() local
563 void* sym = dlsym(RTLD_DEFAULT, "dlopen_testlib_simple_func"); in TEST() local
588 void* sym = dlsym(RTLD_DEFAULT, "dlopen_testlib_simple_func"); in TEST() local
756 void* sym; in TEST() local
788 void* sym = dlsym(self, "DlSymTestFunction"); in TEST() local
882 void* sym = dlsym(handle, "getRandomNumber"); in TEST() local
905 void* sym = dlsym(handle, "getRandomNumber"); in TEST() local
Datexit_test.cpp45 void* sym = dlsym(handle, "register_atexit"); in TEST() local
/bionic/libc/include/
Delf.h37 #define ELF32_R_INFO(sym, type) ((((Elf32_Word)sym) << 8) | ((type) & 0xff)) argument
38 #define ELF64_R_INFO(sym, type) ((((Elf64_Xword)sym) << 32) | ((type) & 0xffffffff)) argument
/bionic/libc/include/sys/
Dcdefs.h80 #define __strong_alias(alias, sym) \ argument
/bionic/linker/
Dlinker.cpp1039 static bool symbol_matches_soaddr(const ElfW(Sym)* sym, ElfW(Addr) soaddr) { in symbol_matches_soaddr()
1795 bool soinfo::lookup_version_info(const VersionTracker& version_tracker, ElfW(Word) sym, in lookup_version_info()