Searched refs:bufLen (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/libunwind/src/ |
H A D | AddressSpace.hpp | 253 bool findFunctionName(pint_t addr, char *buf, size_t bufLen, 709 size_t bufLen, in findFunctionName() argument 715 snprintf(buf, bufLen, "%s", dyldInfo.dli_sname); in findFunctionName() 724 snprintf(buf, bufLen, "%.*s", nameLen, funcName); in findFunctionName() 730 (void)bufLen; in findFunctionName()
|
H A D | libunwind.cpp | 223 size_t bufLen, unw_word_t *offset) { in _LIBUNWIND_WEAK_ALIAS() 226 static_cast<unsigned long>(bufLen)); in _LIBUNWIND_WEAK_ALIAS() 228 if (co->getFunctionName(buf, bufLen, offset)) in _LIBUNWIND_WEAK_ALIAS()
|
H A D | UnwindCursor.hpp | 2874 bool UnwindCursor<A, R>::getFunctionName(char *buf, size_t bufLen, in getFunctionName() argument 2877 buf, bufLen, offset); in getFunctionName()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | infrun.c | 3326 int bufLen; in xdb_handle_command() local 3328 bufLen = strlen (argv[0]) + 20; in xdb_handle_command() 3329 argBuf = (char *) xmalloc (bufLen); in xdb_handle_command() 3336 memset (argBuf, 0, bufLen); in xdb_handle_command()
|