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

/barrelfish-master/lib/cxx/cxxabi/
H A Dcxa_personality.cpp72 | | landingPad | (encoded with callSiteEncoding) | offset relative to lpStart | |
85 | | landingPad | (ULEB128) | offset relative to lpStart | |
138 * landingPad can be 0, this implies there is nothing to be done.
140 * landingPad != 0 and actionEntry == 0 implies a cleanup needs to be done
141 @landingPad.
143 * A cleanup can also be found under landingPad != 0 and actionEntry != 0 in
517 uintptr_t landingPad; // null -> nothing found, else something found member in struct:__cxxabiv1::__anon203::scan_results
539 _Unwind_SetIP(context, results.landingPad);
571 results.landingPad = 0;
668 uintptr_t landingPad local
[all...]
/barrelfish-master/lib/compiler-rt/builtins/
H A Dgcc_personality_v0.c215 uintptr_t landingPad = readEncodedPointer(&p, callSiteEncoding); local
217 if (landingPad == 0)
227 _Unwind_SetIP(context, (funcStart + landingPad));

Completed in 85 milliseconds