Home
last modified time | relevance | path

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

/external/llvm-project/lld/wasm/
DInputChunks.cpp288 const uint8_t *funcStart = secStart + getInputSectionOffset(); in calculateSize() local
290 decodeULEB128(funcStart, &functionSizeLength); in calculateSize()
327 const uint8_t *funcStart = secStart + getInputSectionOffset(); in writeTo() local
328 const uint8_t *end = funcStart + function->Size; in writeTo()
331 decodeULEB128(funcStart, &count); in writeTo()
332 funcStart += count; in writeTo()
336 const uint8_t *lastRelocEnd = funcStart; in writeTo()
/external/compiler-rt/lib/builtins/
Dgcc_personality_v0.c199 uintptr_t funcStart = _Unwind_GetRegionStart(context); in __gcc_personality_sj0() local
200 uintptr_t pcOffset = pc - funcStart; in __gcc_personality_sj0()
233 _Unwind_SetIP(context, (funcStart + landingPad)); in __gcc_personality_sj0()
/external/llvm-project/compiler-rt/lib/builtins/
Dgcc_personality_v0.c194 uintptr_t funcStart = (uintptr_t)_Unwind_GetRegionStart(context); in __gcc_personality_sj0() local
195 uintptr_t pcOffset = pc - funcStart; in __gcc_personality_sj0()
227 _Unwind_SetIP(context, (funcStart + landingPad)); in __gcc_personality_sj0()
/external/llvm-project/libunwind/src/
DUnwindCursor.hpp1621 pint_t funcStart = 0; in getInfoFromCompactEncodingSection() local
1661 funcStart = pageIndex.functionOffset(low) + sects.dso_base; in getInfoFromCompactEncodingSection()
1662 if (pc < funcStart) { in getInfoFromCompactEncodingSection()
1667 (uint64_t) pc, (uint64_t) funcStart, (uint64_t) funcEnd); in getInfoFromCompactEncodingSection()
1675 (uint64_t) pc, (uint64_t) funcStart, (uint64_t) funcEnd); in getInfoFromCompactEncodingSection()
1709 funcStart = pageIndex.functionOffset(low) + firstLevelFunctionOffset in getInfoFromCompactEncodingSection()
1717 if (pc < funcStart) { in getInfoFromCompactEncodingSection()
1720 (uint64_t) pc, (uint64_t) funcStart); in getInfoFromCompactEncodingSection()
1754 uint32_t funcStartOffset = (uint32_t)(funcStart - sects.dso_base); in getInfoFromCompactEncodingSection()
1809 (uint64_t) pc, encoding, (uint64_t) lsda, (uint64_t) funcStart); in getInfoFromCompactEncodingSection()
[all …]
/external/libcxxabi/src/
Dcxa_personality.cpp619 uintptr_t funcStart = _Unwind_GetRegionStart(context); in scan_eh_tab() local
631 uintptr_t ipOffset = ip - funcStart; in scan_eh_tab()
640 lpStart = (const uint8_t*)funcStart; in scan_eh_tab()
/external/llvm-project/libcxxabi/src/
Dcxa_personality.cpp618 uintptr_t funcStart = _Unwind_GetRegionStart(context); in scan_eh_tab() local
630 uintptr_t ipOffset = ip - funcStart; in scan_eh_tab()
639 lpStart = (const uint8_t*)funcStart; in scan_eh_tab()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp667 uintptr_t funcStart = _Unwind_GetRegionStart(context); in handleLsda() local
668 uintptr_t pcOffset = pc - funcStart; in handleLsda()
789 _Unwind_SetIP(context, funcStart + landingPad); in handleLsda()
/external/llvm-project/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp616 uintptr_t funcStart = _Unwind_GetRegionStart(context); in handleLsda() local
617 uintptr_t pcOffset = pc - funcStart; in handleLsda()
738 _Unwind_SetIP(context, funcStart + landingPad); in handleLsda()