Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DAddressSpace.hpp149 bool findFunctionName(pint_t addr, char *buf, size_t bufLen,
385 size_t bufLen, in findFunctionName() argument
391 strlcpy(buf, dyldInfo.dli_sname, bufLen); in findFunctionName()
423 bool findFunctionName(pint_t addr, char *buf, size_t bufLen,
480 size_t bufLen, unw_word_t *offset) { in findFunctionName() argument
Dlibunwind.cpp251 size_t bufLen, unw_word_t *offset) { in unw_get_proc_name() argument
253 "bufLen=%zu)\n", cursor, buf, bufLen); in unw_get_proc_name()
255 if (co->getFunctionName(buf, bufLen, offset)) in unw_get_proc_name()
DUnwindCursor.hpp1304 bool UnwindCursor<A, R>::getFunctionName(char *buf, size_t bufLen, in getFunctionName() argument
1307 buf, bufLen, offset); in getFunctionName()