Searched refs:bufLen (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/libunwind/src/ |
| H A D | libunwind.cpp | 208 size_t bufLen, unw_word_t *offset) { in _LIBUNWIND_WEAK_ALIAS() 211 static_cast<unsigned long>(bufLen)); in _LIBUNWIND_WEAK_ALIAS() 213 if (co->getFunctionName(buf, bufLen, offset)) in _LIBUNWIND_WEAK_ALIAS()
|
| H A D | AddressSpace.hpp | 189 bool findFunctionName(pint_t addr, char *buf, size_t bufLen, 608 size_t bufLen, in findFunctionName() argument 614 snprintf(buf, bufLen, "%s", dyldInfo.dli_sname); in findFunctionName() 622 (void)bufLen; in findFunctionName()
|
| H A D | UnwindCursor.hpp | 2122 bool UnwindCursor<A, R>::getFunctionName(char *buf, size_t bufLen, in getFunctionName() argument 2125 buf, bufLen, offset); in getFunctionName()
|