Home
last modified time | relevance | path

Searched refs:functionBuf (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libunwind/src/
H A DUnwindLevel1.c127 char functionBuf[512]; in unwind_phase1()
128 const char *functionName = functionBuf; in unwind_phase1()
130 if ((__unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase1()
242 char functionBuf[512]; in unwind_phase2()
243 const char *functionName = functionBuf; in unwind_phase2()
245 if ((__unw_get_proc_name(cursor, functionBuf, sizeof(functionBuf), in unwind_phase2()
359 char functionBuf[512]; in unwind_phase2_forced()
360 const char *functionName = functionBuf; in unwind_phase2_forced()
114 char functionBuf[512]; unwind_phase1() local
221 char functionBuf[512]; unwind_phase2() local
334 char functionBuf[512]; unwind_phase2_forced() local
[all...]
H A DUnwind-EHABI.cpp490 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 DUnwind-seh.cpp259 char functionBuf[512]; in unwind_phase2_forced() local
260 const char *functionName = functionBuf; in unwind_phase2_forced()
262 if ((__unw_get_proc_name(&cursor2, functionBuf, sizeof(functionBuf), in unwind_phase2_forced()
H A DUnwindCursor.hpp2056 char functionBuf[512]; in getInfoFromTBTable()
2057 const char *functionName = functionBuf; in getInfoFromTBTable()
2059 if (!getFunctionName(functionBuf, sizeof(functionBuf), &offset)) { in getInfoFromTBTable()
2296 char functionBuf[512];
2297 const char *functionName = functionBuf; in stepWithTBTable()
2299 if (!getFunctionName(functionBuf, sizeof(functionBuf), &offset)) { in stepWithTBTable()
2053 char functionBuf[512]; getInfoFromTBTable() local
2300 char functionBuf[512]; stepWithTBTable() local