Searched refs:functionBuf (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/libunwind/src/ |
| H A D | UnwindLevel1.c | 111 char functionBuf[512]; in unwind_phase1() local 112 const char *functionName = functionBuf; in unwind_phase1() 114 if ((__unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase1() 215 char functionBuf[512]; in unwind_phase2() local 216 const char *functionName = functionBuf; in unwind_phase2() 218 if ((__unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase2() 313 char functionBuf[512]; in unwind_phase2_forced() local 314 const char *functionName = functionBuf; in unwind_phase2_forced() 316 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 | 250 char functionBuf[512]; in unwind_phase2_forced() local 251 const char *functionName = functionBuf; in unwind_phase2_forced() 253 if ((__unw_get_proc_name(&cursor2, functionBuf, sizeof(functionBuf), in unwind_phase2_forced()
|
| H A D | UnwindCursor.hpp | 2017 char functionBuf[512]; in getInfoFromTBTable() local 2018 const char *functionName = functionBuf; in getInfoFromTBTable() 2020 if (!getFunctionName(functionBuf, sizeof(functionBuf), &offset)) { in getInfoFromTBTable() 2258 char functionBuf[512]; in stepWithTBTable() local 2259 const char *functionName = functionBuf; in stepWithTBTable() 2261 if (!getFunctionName(functionBuf, sizeof(functionBuf), &offset)) { in stepWithTBTable()
|