Home
last modified time | relevance | path

Searched refs:end_ip (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindLevel1.c132 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase1()
247 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase2()
364 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase2_forced()
H A DUnwindCursor.hpp1615 _info.end_ip = nextPC; in getInfoFromEHABISection()
1637 _info.end_ip = fdeInfo.pcEnd; in getInfoFromFdeCie()
1957 _info.end_ip = funcEnd; in getInfoFromCompactEncodingSection()
1988 _info.end_ip = base + unwindEntry->EndAddress; in getInfoFromSEH()
2078 unw_word_t end_ip = reinterpret_cast<unw_word_t>(TBTable); in getInfoFromTBTable() local
2083 reinterpret_cast<void *>(end_ip)); in getInfoFromTBTable()
2282 _info.end_ip = end_ip; in getInfoFromTBTable()
2724 _info.end_ip = pc + 4; in setInfoForSigReturn()
2783 _info.end_ip = pc + 4; in setInfoForSigReturn()
2834 _info.end_ip = pc + 2; in setInfoForSigReturn()
H A DUnwind-EHABI.cpp495 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase1()
616 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase2()
726 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase2_forced()
H A Dlibunwind.cpp202 if (info->end_ip == 0) in __unw_get_proc_info()
H A DUnwind-seh.cpp264 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase2_forced()
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_block_decoder.c794 block->end_ip = insn.ip; in pt_blk_proceed_one_insn()
2201 block->end_ip = nip; in pt_blk_proceed_no_event_cached()
2645 insn.ip = block->end_ip; in pt_blk_handle_erratum_bdm64()
/freebsd/contrib/processor-trace/libipt/include/
H A Dintel-pt.h2221 uint64_t end_ip; member
H A Dintel-pt.h.in2221 uint64_t end_ip; member
/freebsd/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h92 unw_word_t end_ip; /* address after end of function */ member