Home
last modified time | relevance | path

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

/freebsd/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 getTableEntrySize()
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()
/freebsd/contrib/sqlite3/
H A Dshell.c20002 const char *pcEnd = (pcDQBSRO && pcDQBSRO < pcPast)? pcDQBSRO : pcPast; in output_c_string() local
20003 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() local
20049 if( pcEnd > z ){ in output_json_string()
20050 oputb(z, (int)(pcEnd-z)); in output_json_string()
20051 z = pcEnd; in output_json_string()