Searched refs:dli_sname (Results 1 – 3 of 3) sorted by relevance
/ndk/sources/android/support/src/ |
D | libdl_support.c | 75 … printf("%p: %s, %x, %s, %p\n", h, info.dli_fname, info.dli_fbase, info.dli_sname, info.dli_saddr); in main()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | AddressSpace.hpp | 29 const char *dli_sname; /* Name of nearest symbol with address lower than addr */ member 390 if (dyldInfo.dli_sname != NULL) { in findFunctionName() 391 strlcpy(buf, dyldInfo.dli_sname, bufLen); in findFunctionName()
|
/ndk/sources/android/crazy_linker/src/ |
D | crazy_linker_wrappers.cpp | 181 address, &info->dli_sname, &info->dli_saddr, &sym_size); in WrapDladdr()
|