Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libunwind/src/
H A Dlibunwind.cpp208 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 DAddressSpace.hpp189 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 DUnwindCursor.hpp2122 bool UnwindCursor<A, R>::getFunctionName(char *buf, size_t bufLen, in getFunctionName() argument
2125 buf, bufLen, offset); in getFunctionName()