Home
last modified time | relevance | path

Searched refs:start_ip (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindLevel1.c135 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase1()
142 (void *)exception_object, pc, frameInfo.start_ip, functionName, in unwind_phase1()
251 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase2()
256 (void *)exception_object, frameInfo.start_ip, in unwind_phase2()
368 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase2_forced()
373 (void *)exception_object, frameInfo.start_ip, functionName, in unwind_phase2_forced()
555 result = (uintptr_t)frameInfo.start_ip; in _Unwind_GetRegionStart()
H A DUnwindLevel1-gcc-ext.c124 return (void *)(intptr_t) info.start_ip; in _Unwind_FindEnclosingFunction()
171 ex.pr_cache.fnstart = frameInfo.start_ip; in _Unwind_Backtrace()
195 " _backtrace: start_ip=0x%" PRIxPTR ", func=%s, lsda=0x%" PRIxPTR ", context=%p", in _Unwind_Backtrace()
196 frame.start_ip, functionName, frame.lsda, in _Unwind_Backtrace()
229 bases->func = (uintptr_t)info.start_ip; in _Unwind_Find_FDE()
H A DUnwind-EHABI.cpp495 (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 DUnwindCursor.hpp1074 _info.format, _info.start_ip, _addressSpace, _registers); in stepWithCompactEncoding()
1081 _info.format, (uint32_t)_info.start_ip, _addressSpace, _registers); in stepWithCompactEncoding()
1101 _info.format, _info.start_ip, _addressSpace, _registers); in stepWithCompactEncoding()
1646 _info.start_ip = thisPC; in getInfoFromEHABISection()
1668 _info.start_ip = fdeInfo.pcStart; in getInfoFromFdeCie()
1988 _info.start_ip = funcStart; in getInfoFromCompactEncodingSection()
2018 _info.start_ip = base + unwindEntry->BeginAddress; in getInfoFromSEH()
2055 _info.start_ip + unwindEntry->FunctionLength * FUNC_LENGTH_UNIT; in getInfoFromSEH()
2065 _info.end_ip = _info.start_ip + xdata->FunctionLength * FUNC_LENGTH_UNIT; in getInfoFromSEH()
2162 unw_word_t start_ip = in getInfoFromTBTable() local
[all …]
H A DUnwind-seh.cpp306 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase2_forced()
311 (void *)exception_object, frameInfo.start_ip, functionName, in unwind_phase2_forced()
/freebsd/sys/compat/linux/
H A Dlinux_rseq.c67 uint64_t start_ip; member
/freebsd/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h91 unw_word_t start_ip; /* start address of function */ member