Home
last modified time | relevance | path

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

/netbsd-src/sys/lib/libunwind/
H A Dlibunwind.cxx290 return frameInfo.end_ip ? frameInfo.start_ip : 0; in _Unwind_GetRegionStart()
335 return info.end_ip ? (void *)info.start_ip : NULL; in _Unwind_FindEnclosingFunction()
351 bases->func = (void *)info.start_ip; in _Unwind_Find_FDE()
H A DUnwindCursor.hpp121 fInfo.start_ip = fdeInfo.pcStart; in setInfoBasedOnIPRegister()
H A DAddressSpace.hpp39 uintptr_t start_ip; // Start address of function member
229 result += ctx->start_ip; in getEncodedP()
/netbsd-src/external/gpl3/binutils/dist/libsframe/
H A Dsframe.c375 int32_t start_ip, end_ip; in sframe_fre_check_range_p() local
395 start_ip = start_ip_offset + func_start_addr; in sframe_fre_check_range_p()
397 ret = ((start_ip <= pc) && (end_ip >= pc)); in sframe_fre_check_range_p()