Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c223 uintptr_t funcStart = (uintptr_t)_Unwind_GetRegionStart(context); in __gcc_personality_sj0() local
224 uintptr_t pcOffset = pc - funcStart; in __gcc_personality_sj0()
256 _Unwind_SetIP(context, (funcStart + landingPad)); in __gcc_personality_sj0()
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp1765 pint_t funcStart = 0; in getInfoFromCompactEncodingSection() local
1805 funcStart = pageIndex.functionOffset(low) + sects.dso_base; in getInfoFromCompactEncodingSection()
1806 if (pc < funcStart) { in getInfoFromCompactEncodingSection()
1811 (uint64_t) pc, (uint64_t) funcStart, (uint64_t) funcEnd); in getInfoFromCompactEncodingSection()
1819 (uint64_t) pc, (uint64_t) funcStart, (uint64_t) funcEnd); in getInfoFromCompactEncodingSection()
1853 funcStart = pageIndex.functionOffset(low) + firstLevelFunctionOffset in getInfoFromCompactEncodingSection()
1861 if (pc < funcStart) { in getInfoFromCompactEncodingSection()
1865 (uint64_t) pc, (uint64_t) funcStart); in getInfoFromCompactEncodingSection()
1900 uint32_t funcStartOffset = (uint32_t)(funcStart - sects.dso_base); in getInfoFromCompactEncodingSection()
1955 (uint64_t) pc, encoding, (uint64_t) lsda, (uint64_t) funcStart); in getInfoFromCompactEncodingSection()
[all …]