Searched refs:pcEnd (Results 1 – 5 of 5) sorted by relevance
308 fdeInfo.pcStart, fdeInfo.pcEnd, in _LIBUNWIND_WEAK_ALIAS()332 fdeInfo.pcStart, fdeInfo.pcEnd, in __unw_add_dynamic_eh_frame_section()
152 if (pc >= fdeInfo->pcStart && pc < fdeInfo->pcEnd) in getTableEntrySize()
64 pint_t pcEnd; member227 fdeInfo->pcEnd = pcStart + pcRange; in decodeFDE()296 fdeInfo->pcEnd = pcStart + pcRange; in findFDE()
1637 _info.end_ip = fdeInfo.pcEnd; in getInfoFromFdeCie()1700 DwarfFDECache<A>::add(sects.dso_base, fdeInfo.pcStart, fdeInfo.pcEnd, in getInfoFromDwarfSection()2677 if ((fdeInfo.pcStart <= pc) && (pc < fdeInfo.pcEnd)) in setInfoBasedOnIPRegister()
20002 const char *pcEnd = (pcDQBSRO && pcDQBSRO < pcPast)? pcDQBSRO : pcPast; in output_c_string() local20003 if( pcEnd > z ) oputb(z, (int)(pcEnd-z)); in output_c_string()20004 if( (c = *pcEnd)==0 ) break; in output_c_string()20005 ++pcEnd; in output_c_string()20025 z = pcEnd; in output_c_string()20048 const char *pcEnd = (pcDQBS && pcDQBS < pcPast)? pcDQBS : pcPast; in output_json_string() local20049 if( pcEnd > z ){ in output_json_string()20050 oputb(z, (int)(pcEnd-z)); in output_json_string()20051 z = pcEnd; in output_json_string()