Home
last modified time | relevance | path

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

/bionic/benchmarks/linker_relocation/include/
Dlinker_reloc_bench_asm.h33 #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) lga a0, sym argument
48 #define CALL(sym) call sym@plt argument
54 #define GOT_RELOC(sym) .long sym@got argument
55 #define CALL(sym) call sym@PLT argument
61 #define GOT_RELOC(sym) .quad sym@got argument
62 #define CALL(sym) call sym@PLT argument
/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.h36 #define DEF_STRONG(sym) argument
37 #define DEF_WEAK(sym) argument
41 #define __warn_references(sym,msg) argument
/bionic/tests/
Ddlfcn_test.cpp80 void* sym = dlsym(self, "DlSymTestFunction"); in TEST() local
175 void* sym = dlsym(handle, "getRandomNumber"); in TEST() local
189 void* sym = dlsym(handle, ""); in TEST() local
200 void* sym = dlsym(handle, "getRandomNumber"); in TEST() local
406 void* sym = dlsym(RTLD_DEFAULT, "check_order_dlsym_get_answer"); in TEST() local
658 void* sym = dlsym(RTLD_DEFAULT, "dlopen_testlib_simple_func"); in TEST() local
683 void* sym = dlsym(RTLD_DEFAULT, "dlopen_testlib_simple_func"); in TEST() local
891 void* sym; in TEST() local
918 void* sym = dlsym(self, "DlSymTestFunction"); in TEST() local
1040 void* sym = dlsym(handle, "getRandomNumber"); in TEST() local
[all …]
Datexit_test.cpp45 void* sym = dlsym(handle, "register_atexit"); in TEST() local
Ddlext_test.cpp181 void* sym = dlsym(RTLD_DEFAULT, "this_symbol_does_not_exist___"); in TEST_F() local
/bionic/libc/kernel/uapi/linux/
Dmap_to_14segment.h33 #define _SEG14(sym,a,b,c,d,e,f,g1,g2,h,j,k,l,m,n) __cpu_to_be16(a << BIT_SEG14_A | b << BIT_SEG14_B… argument
/bionic/libc/tzcode/
Dstrptime.c45 #define DEF_WEAK(sym) /* */ argument
/bionic/linker/
Dlinker_relocate.cpp98 soinfo** found_in, const ElfW(Sym)** sym) { in lookup_symbol()
Dlinker_soinfo.cpp414 static bool symbol_matches_soaddr(const ElfW(Sym)* sym, ElfW(Addr) soaddr) { in symbol_matches_soaddr()
Dlinker.cpp2770 bool soinfo::lookup_version_info(const VersionTracker& version_tracker, ElfW(Word) sym, in lookup_version_info()
/bionic/libc/include/
Delf.h206 #define ELF32_R_INFO(sym, type) ((((Elf32_Word)sym) << 8) | ((type) & 0xff)) argument
207 #define ELF64_R_INFO(sym, type) ((((Elf64_Xword)sym) << 32) | ((type) & 0xffffffff)) argument
/bionic/libc/include/sys/
Dcdefs.h53 #define __strong_alias(alias, sym) \ argument