Searched refs:functionBuf (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/libunwind/src/ |
| H A D | UnwindLevel1.c | 130 char functionBuf[512]; in unwind_phase1() local 131 const char *functionName = functionBuf; in unwind_phase1() 133 if ((__unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase1() 246 char functionBuf[512]; in unwind_phase2() local 247 const char *functionName = functionBuf; in unwind_phase2() 249 if ((__unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase2() 363 char functionBuf[512]; in unwind_phase2_forced() local 364 const char *functionName = functionBuf; in unwind_phase2_forced() 366 if ((__unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase2_forced()
|
| H A D | Unwind-EHABI.cpp | 490 char functionBuf[512]; in unwind_phase1() local 491 const char *functionName = functionBuf; in unwind_phase1() 493 if ((__unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase1() 611 char functionBuf[512]; in unwind_phase2() local 612 const char *functionName = functionBuf; in unwind_phase2() 614 if ((__unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase2() 721 char functionBuf[512]; in unwind_phase2_forced() local 722 const char *functionName = functionBuf; in unwind_phase2_forced() 724 if ((__unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase2_forced()
|
| H A D | Unwind-seh.cpp | 301 char functionBuf[512]; in unwind_phase2_forced() local 302 const char *functionName = functionBuf; in unwind_phase2_forced() 304 if ((__unw_get_proc_name(&cursor2, functionBuf, sizeof(functionBuf), in unwind_phase2_forced()
|
| H A D | UnwindCursor.hpp | 2139 char functionBuf[512]; in getInfoFromTBTable() local 2140 const char *functionName = functionBuf; in getInfoFromTBTable() 2142 if (!getFunctionName(functionBuf, sizeof(functionBuf), &offset)) { in getInfoFromTBTable() 2379 char functionBuf[512]; in stepWithTBTable() local 2380 const char *functionName = functionBuf; in stepWithTBTable() 2382 if (!getFunctionName(functionBuf, sizeof(functionBuf), &offset)) { in stepWithTBTable()
|