Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp1766 pint_t funcStart = 0; in getInfoFromCompactEncodingSection() local
1806 funcStart = pageIndex.functionOffset(low) + sects.dso_base; in getInfoFromCompactEncodingSection()
1807 if (pc < funcStart) { in getInfoFromCompactEncodingSection()
1812 (uint64_t) pc, (uint64_t) funcStart, (uint64_t) funcEnd); in getInfoFromCompactEncodingSection()
1820 (uint64_t) pc, (uint64_t) funcStart, (uint64_t) funcEnd); in getInfoFromCompactEncodingSection()
1854 funcStart = pageIndex.functionOffset(low) + firstLevelFunctionOffset in getInfoFromCompactEncodingSection()
1862 if (pc < funcStart) { in getInfoFromCompactEncodingSection()
1866 (uint64_t) pc, (uint64_t) funcStart); in getInfoFromCompactEncodingSection()
1901 uint32_t funcStartOffset = (uint32_t)(funcStart - sects.dso_base); in getInfoFromCompactEncodingSection()
1956 (uint64_t) pc, encoding, (uint64_t) lsda, (uint64_t) funcStart); in getInfoFromCompactEncodingSection()
[all …]