Searched defs:sym (Results 1 – 11 of 11) sorted by relevance
/bionic/benchmarks/linker_relocation/include/ |
D | linker_reloc_bench_asm.h | 33 #define GOT_RELOC(sym) .long sym(GOT_PREL) argument 34 #define CALL(sym) bl sym argument 40 #define GOT_RELOC(sym) adrp x1, :got:sym argument 41 #define CALL(sym) bl sym argument 47 #define GOT_RELOC(sym) .long sym@got argument 48 #define CALL(sym) call sym@PLT argument 54 #define GOT_RELOC(sym) .quad sym@got argument 55 #define CALL(sym) call sym@PLT argument
|
/bionic/libm/ |
D | freebsd-compat.h | 23 #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/ |
D | openbsd-compat.h | 34 #define DEF_STRONG(sym) argument 35 #define DEF_WEAK(sym) argument 39 #define __warn_references(sym,msg) argument
|
/bionic/tests/ |
D | dlfcn_test.cpp | 94 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 417 void* sym = dlsym(RTLD_DEFAULT, "check_order_dlsym_get_answer"); in TEST() local 669 void* sym = dlsym(RTLD_DEFAULT, "dlopen_testlib_simple_func"); in TEST() local 694 void* sym = dlsym(RTLD_DEFAULT, "dlopen_testlib_simple_func"); in TEST() local 900 void* sym; in TEST() local 924 void* sym = dlsym(self, "DlSymTestFunction"); in TEST() local 1046 void* sym = dlsym(handle, "getRandomNumber"); in TEST() local [all …]
|
D | atexit_test.cpp | 45 void* sym = dlsym(handle, "register_atexit"); in TEST() local
|
D | dlext_test.cpp | 179 void* sym = dlsym(RTLD_DEFAULT, "this_symbol_does_not_exist___"); in TEST_F() local
|
/bionic/linker/ |
D | linker_relocate.cpp | 96 soinfo** found_in, const ElfW(Sym)** sym) { in lookup_symbol()
|
D | linker_soinfo.cpp | 417 static bool symbol_matches_soaddr(const ElfW(Sym)* sym, ElfW(Addr) soaddr) { in symbol_matches_soaddr()
|
D | linker.cpp | 2703 bool soinfo::lookup_version_info(const VersionTracker& version_tracker, ElfW(Word) sym, in lookup_version_info()
|
/bionic/libc/include/sys/ |
D | cdefs.h | 53 #define __strong_alias(alias, sym) \ argument
|
/bionic/libc/include/ |
D | elf.h | 287 #define ELF32_R_INFO(sym, type) ((((Elf32_Word)sym) << 8) | ((type) & 0xff)) argument 288 #define ELF64_R_INFO(sym, type) ((((Elf64_Xword)sym) << 32) | ((type) & 0xffffffff)) argument
|