Searched defs:ipBefore (Results 1 - 2 of 2) sorted by relevance

/external/libcxxabi/src/Unwind/
H A DUnwindLevel1-gcc-ext.c203 /// ipBefore is a boolean that says if IP is already adjusted to be the call
206 int *ipBefore) {
208 *ipBefore = 0;
205 _Unwind_GetIPInfo(struct _Unwind_Context *context, int *ipBefore) argument
H A DUnwind-sjlj.c388 /// ipBefore is a boolean that says if IP is already adjusted to be the call
391 int *ipBefore) {
393 *ipBefore = 0;
395 context, ipBefore, ufc->resumeLocation + 1);
390 _Unwind_GetIPInfo(struct _Unwind_Context *context, int *ipBefore) argument

Completed in 439 milliseconds