Searched refs:start_ip (Results 1 – 6 of 6) sorted by relevance
/llvm-project/libunwind/src/ |
H A D | UnwindLevel1.c | 132 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase1() 137 "unwind_phase1(ex_obj=%p): pc=0x%" PRIxPTR ", start_ip=0x%" PRIxPTR in unwind_phase1() 139 (void *)exception_object, pc, frameInfo.start_ip, functionName, in unwind_phase1() 247 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase2() 249 _LIBUNWIND_TRACE_UNWINDING("unwind_phase2(ex_obj=%p): start_ip=0x%" PRIxPTR in unwind_phase2() 252 (void *)exception_object, frameInfo.start_ip, in unwind_phase2() 364 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase2_forced() 367 "unwind_phase2_forced(ex_obj=%p): start_ip=0x%" PRIxPTR in unwind_phase2_forced() 369 (void *)exception_object, frameInfo.start_ip, functionName, in unwind_phase2_forced() 552 result = (uintptr_t)frameInfo.start_ip; in _Unwind_GetGR() [all...] |
H A D | UnwindLevel1-gcc-ext.c | 124 return (void *)(intptr_t) info.start_ip; in _Unwind_FindEnclosingFunction() 171 ex.pr_cache.fnstart = frameInfo.start_ip; in _Unwind_Backtrace() 196 frame.start_ip, functionName, frame.lsda, in _Unwind_Backtrace() 225 bases->func = (uintptr_t)info.start_ip; in _Unwind_Find_FDE()
|
H A D | Unwind-EHABI.cpp | 495 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase1() 503 frameInfo.start_ip, functionName, in unwind_phase1() 518 exception_object->pr_cache.fnstart = frameInfo.start_ip; in unwind_phase1() 616 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase2() 621 static_cast<void *>(exception_object), frameInfo.start_ip, in unwind_phase2() 633 exception_object->pr_cache.fnstart = frameInfo.start_ip; in unwind_phase2() 726 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase2_forced() 731 (void *)exception_object, frameInfo.start_ip, functionName, in unwind_phase2_forced() 758 exception_object->pr_cache.fnstart = frameInfo.start_ip; in unwind_phase2_forced() 1178 result = (uintptr_t)frameInfo.start_ip; in _Unwind_GetRegionStart()
|
H A D | UnwindCursor.hpp | 1046 _info.format, _info.start_ip, _addressSpace, _registers); 1053 _info.format, (uint32_t)_info.start_ip, _addressSpace, _registers); 1073 _info.format, _info.start_ip, _addressSpace, _registers); 1618 _info.start_ip = thisPC; in getInfoFromEHABISection() 1640 _info.start_ip = fdeInfo.pcStart; in getInfoFromFdeCie() 1960 _info.start_ip = funcStart; in getInfoFromCompactEncodingSection() 1990 _info.start_ip = base + unwindEntry->BeginAddress; in getInfoFromSEH() 2079 unw_word_t start_ip = in getInfoFromTBTable() 2084 _LIBUNWIND_TRACE_UNWINDING("start_ip=%p, end_ip=%p\n", in getInfoFromTBTable() 2085 reinterpret_cast<void *>(start_ip), in getInfoFromTBTable() 2076 unw_word_t start_ip = getInfoFromTBTable() local [all...] |
H A D | Unwind-seh.cpp | 264 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase2_forced() 269 (void *)exception_object, frameInfo.start_ip, functionName, in unwind_phase2_forced()
|
/llvm-project/libunwind/include/ |
H A D | libunwind.h | 91 unw_word_t start_ip; /* start address of function */ member
|