Searched refs:start_ip (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DUnwindLevel1.c79 (frameInfo.start_ip + offset > frameInfo.end_ip))
84 "unwind_phase1(ex_ojb=%p): pc=0x%" PRIxPTR ", start_ip=0x%" PRIxPTR
86 (void *)exception_object, pc, frameInfo.start_ip, functionName,
179 (frameInfo.start_ip + offset > frameInfo.end_ip))
181 _LIBUNWIND_TRACE_UNWINDING("unwind_phase2(ex_ojb=%p): start_ip=0x%" PRIxPTR
184 (void *)exception_object, frameInfo.start_ip,
270 (frameInfo.start_ip + offset > frameInfo.end_ip))
273 "unwind_phase2_forced(ex_ojb=%p): start_ip=0x%" PRIxPTR
275 (void *)exception_object, frameInfo.start_ip, functionName,
454 result = (uintptr_t)frameInfo.start_ip;
[all...]
H A DUnwindLevel1-gcc-ext.c100 return (void *)(intptr_t) info.start_ip;
146 ex.pr_cache.fnstart = frameInfo.start_ip;
170 " _backtrace: start_ip=0x%" PRIxPTR ", func=%s, lsda=0x%" PRIxPTR ", context=%p",
171 frame.start_ip, functionName, frame.lsda,
204 bases->func = (uintptr_t)info.start_ip;
H A DUnwind-EHABI.cpp471 (frameInfo.start_ip + offset > frameInfo.end_ip))
476 "unwind_phase1(ex_ojb=%p): pc=0x%" PRIxPTR ", start_ip=0x%" PRIxPTR ", func=%s, "
479 frameInfo.start_ip, functionName,
493 exception_object->pr_cache.fnstart = frameInfo.start_ip;
500 "unwind_phase1(ex_ojb=%p): personality result %d start_ip %x ehtp %p "
590 (frameInfo.start_ip + offset > frameInfo.end_ip))
593 "unwind_phase2(ex_ojb=%p): start_ip=0x%" PRIxPTR ", func=%s, sp=0x%" PRIxPTR ", "
595 static_cast<void *>(exception_object), frameInfo.start_ip,
606 exception_object->pr_cache.fnstart = frameInfo.start_ip;
976 result = (uintptr_t)frameInfo.start_ip;
[all...]
H A DUnwind-seh.cpp266 (frameInfo.start_ip + offset > frameInfo.end_ip))
269 "unwind_phase2_forced(ex_ojb=%p): start_ip=0x%" PRIx64
271 (void *)exception_object, frameInfo.start_ip, functionName,
H A DUnwindCursor.hpp951 _info.format, _info.start_ip, _addressSpace, _registers);
958 _info.format, (uint32_t)_info.start_ip, _addressSpace, _registers);
978 _info.format, _info.start_ip, _addressSpace, _registers);
1462 _info.start_ip = thisPC;
1519 _info.start_ip = fdeInfo.pcStart;
1790 _info.start_ip = funcStart;
1820 _info.start_ip = base + unwindEntry->BeginAddress;
1844 _info.end_ip = _info.start_ip + unwindEntry->FunctionLength;
1940 _info.start_ip = fdeInfo.pcStart;
1970 _info.start_ip
[all...]
/freebsd-13-stable/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h85 unw_word_t start_ip; /* start address of function */ member in struct:unw_proc_info_t

Completed in 80 milliseconds