Home
last modified time | relevance | path

Searched refs:dli_sname (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/android/support/src/
Dlibdl_support.c75 … 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/
DAddressSpace.hpp29 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/
Dcrazy_linker_wrappers.cpp181 address, &info->dli_sname, &info->dli_saddr, &sym_size); in WrapDladdr()