Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/libunwind/src/
DUnwindLevel1.c118 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase1()
225 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase2()
338 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase2_forced()
DUnwindCursor.hpp1598 _info.end_ip = nextPC; in getInfoFromEHABISection()
1620 _info.end_ip = fdeInfo.pcEnd; in getInfoFromFdeCie()
1940 _info.end_ip = funcEnd; in getInfoFromCompactEncodingSection()
1971 _info.end_ip = base + unwindEntry->EndAddress; in getInfoFromSEH()
2058 unw_word_t end_ip = reinterpret_cast<unw_word_t>(TBTable); in getInfoFromTBTable() local
2063 reinterpret_cast<void *>(end_ip)); in getInfoFromTBTable()
2262 _info.end_ip = end_ip; in getInfoFromTBTable()
2678 _info.end_ip = pc + 4; in setInfoForSigReturn()
2737 _info.end_ip = pc + 2; in setInfoForSigReturn()
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()
Dlibunwind.cpp202 if (info->end_ip == 0) in __unw_get_proc_info()
DUnwind-seh.cpp255 (frameInfo.start_ip + offset > frameInfo.end_ip)) in unwind_phase2_forced()
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dia64-tdep.c2359 di->end_ip = etab[-1].end_offset; in get_kernel_table()
2423 dip->end_ip = dip->start_ip + p_text->p_memsz; in ia64_find_unwind_table()
2458 paddr_nz (di.start_ip), paddr_nz (di.end_ip), in ia64_find_proc_info_x()
2475 paddr_nz (di.start_ip), paddr_nz (di.end_ip), in ia64_find_proc_info_x()
/openbsd/src/gnu/llvm/libunwind/include/
Dlibunwind.h92 unw_word_t end_ip; /* address after end of function */ member