Searched defs:symbol (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/bionic/ |
D | NetdClient.cpp | 28 static void netdClientInitFunction(void* handle, const char* symbol, FunctionType* function) { in netdClientInitFunction()
|
D | malloc_common.cpp | 228 char symbol[128]; in InitMallocFunction() local
|
/bionic/linker/ |
D | dlfcn.cpp | 90 void* dlsym_impl(void* handle, const char* symbol, const char* version, void* caller_addr) { in dlsym_impl() 101 void* dlsym(void* handle, const char* symbol) { in dlsym() 106 void* dlvsym(void* handle, const char* symbol, const char* version) { in dlvsym()
|
D | linker.cpp | 943 const soinfo::soinfo_list_t& local_group, const ElfW(Sym)** symbol) { in soinfo_do_lookup() 2449 void* caller_addr, void** symbol) { in do_dlsym()
|
/bionic/tests/ |
D | stack_unwinding_test.cpp | 43 const char* symbol = "<unknown>"; in FrameCounter() local
|
D | dlfcn_test.cpp | 75 void* symbol = dlsym(RTLD_DEFAULT, "test_dlsym_symbol"); in TEST() local 115 void* symbol = dlsym(RTLD_DEFAULT, "test_dlsym_symbol"); in TEST() local
|
/bionic/libc/malloc_debug/ |
D | backtrace.cpp | 139 const char* symbol = nullptr; in backtrace_string() local
|