Searched refs:funcStart (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c168 uintptr_t funcStart = _Unwind_GetRegionStart(context); local
169 uintptr_t pcOffset = pc - funcStart;
202 _Unwind_SetIP(context, (funcStart + landingPad));
/freebsd-11.0-release/contrib/llvm/projects/libunwind/src/
H A DUnwindCursor.hpp997 pint_t funcStart = 0; local
1037 funcStart = pageIndex.functionOffset(low) + sects.dso_base;
1038 if (pc < funcStart) {
1042 "\tpc not in table, pc=0x%llX, funcStart=0x%llX, funcEnd=0x%llX\n",
1043 (uint64_t) pc, (uint64_t) funcStart, (uint64_t) funcEnd);
1050 "\tpc not in table, pc=0x%llX, funcStart=0x%llX, funcEnd=0x%llX\n",
1051 (uint64_t) pc, (uint64_t) funcStart, (uint64_t) funcEnd);
1085 funcStart = pageIndex.functionOffset(low) + firstLevelFunctionOffset
1093 if (pc < funcStart) {
1095 "level compressed unwind table. funcStart
[all...]

Completed in 109 milliseconds