Home
last modified time | relevance | path

Searched refs:pcEnd (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/libunwind/src/
H A Dlibunwind.cpp308 fdeInfo.pcStart, fdeInfo.pcEnd, in _LIBUNWIND_WEAK_ALIAS()
332 fdeInfo.pcStart, fdeInfo.pcEnd, in __unw_add_dynamic_eh_frame_section()
H A DEHHeaderParser.hpp152 if (pc >= fdeInfo->pcStart && pc < fdeInfo->pcEnd) in findFDE()
H A DDwarfParser.hpp64 pint_t pcEnd; member
227 fdeInfo->pcEnd = pcStart + pcRange; in decodeFDE()
296 fdeInfo->pcEnd = pcStart + pcRange; in findFDE()
H A DUnwindCursor.hpp1637 _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()
/src/contrib/sqlite3/
H A Dshell.c22293 const char *pcEnd = (pcDQBSRO && pcDQBSRO < pcPast)? pcDQBSRO : pcPast; in output_c_string() local
22294 if( pcEnd > z ){ in output_c_string()
22295 sqlite3_fprintf(out, "%.*s", (int)(pcEnd-z), z); in output_c_string()
22297 if( (c = *pcEnd)==0 ) break; in output_c_string()
22298 ++pcEnd; in output_c_string()
22318 z = pcEnd; in output_c_string()
22341 const char *pcEnd = (pcDQBS && pcDQBS < pcPast)? pcDQBS : pcPast; in output_json_string() local
22342 if( pcEnd > z ){ in output_json_string()
22343 sqlite3_fprintf(out, "%.*s", (int)(pcEnd-z), z); in output_json_string()
22344 z = pcEnd; in output_json_string()