Home
last modified time | relevance | path

Searched refs:callSiteTableEnd (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/builtins/
Dgcc_personality_v0.c183 const uint8_t* callSiteTableEnd = callSiteTableStart + callSiteTableLength; in __gcc_personality_sj0() local
185 while (p < callSiteTableEnd) { in __gcc_personality_sj0()
/external/libcxxabi/src/
Dcxa_personality.cpp636 const uint8_t* callSiteTableEnd = callSiteTableStart + callSiteTableLength; in scan_eh_tab() local
637 const uint8_t* actionTableStart = callSiteTableEnd; in scan_eh_tab()
639 while (callSitePtr < callSiteTableEnd) in scan_eh_tab()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp697 const uint8_t *callSiteTableEnd = callSiteTableStart + in handleLsda() local
699 const uint8_t *actionTableStart = callSiteTableEnd; in handleLsda()
702 while (callSitePtr < callSiteTableEnd) { in handleLsda()