Searched refs:bufLen (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/projects/libunwind/src/
H A Dlibunwind.cpp260 size_t bufLen, unw_word_t *offset) {
261 _LIBUNWIND_TRACE_API("unw_get_proc_name(cursor=%p, &buf=%p, bufLen=%lu)\n",
263 static_cast<unsigned long>(bufLen));
265 if (co->getFunctionName(buf, bufLen, offset))
259 unw_get_proc_name(unw_cursor_t *cursor, char *buf, size_t bufLen, unw_word_t *offset) argument
H A DAddressSpace.hpp156 bool findFunctionName(pint_t addr, char *buf, size_t bufLen,
464 size_t bufLen,
470 snprintf(buf, bufLen, "%s", dyldInfo.dli_sname);
503 bool findFunctionName(pint_t addr, char *buf, size_t bufLen,
560 size_t bufLen, unw_word_t *offset) {
463 findFunctionName(pint_t addr, char *buf, size_t bufLen, unw_word_t *offset) argument
559 findFunctionName(pint_t addr, char *buf, size_t bufLen, unw_word_t *offset) argument
H A DUnwindCursor.hpp1364 bool UnwindCursor<A, R>::getFunctionName(char *buf, size_t bufLen, argument
1367 buf, bufLen, offset);
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dinfrun.c3661 int bufLen;
3663 bufLen = strlen (argv[0]) + 20;
3664 argBuf = (char *) xmalloc (bufLen);
3671 memset (argBuf, 0, bufLen);
3654 int bufLen; local

Completed in 167 milliseconds