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/
Dlibunwind.cpp258 size_t bufLen, unw_word_t *offset) { in unw_get_proc_name() argument
261 static_cast<unsigned long>(bufLen)); in unw_get_proc_name()
263 if (co->getFunctionName(buf, bufLen, offset)) in unw_get_proc_name()
DAddressSpace.hpp143 bool findFunctionName(pint_t addr, char *buf, size_t bufLen,
444 size_t bufLen, in findFunctionName() argument
450 snprintf(buf, bufLen, "%s", dyldInfo.dli_sname); in findFunctionName()
483 bool findFunctionName(pint_t addr, char *buf, size_t bufLen,
540 size_t bufLen, unw_word_t *offset) { in findFunctionName() argument
DUnwindCursor.hpp1309 bool UnwindCursor<A, R>::getFunctionName(char *buf, size_t bufLen, in getFunctionName() argument
1312 buf, bufLen, offset); in getFunctionName()