Searched refs:start_ip (Results 1 – 4 of 4) sorted by relevance
290 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()
121 fInfo.start_ip = fdeInfo.pcStart; in setInfoBasedOnIPRegister()
39 uintptr_t start_ip; // Start address of function member229 result += ctx->start_ip; in getEncodedP()
375 int32_t start_ip, end_ip; in sframe_fre_check_range_p() local395 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()