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

/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dunwind.c221 * input: FP1 (or FP2 if from _Unwind_Resume (from_landing_pad))
233 finish_capture(struct _Unwind_Context *ctx, int from_landing_pad) argument
236 uint64_t fp2 = from_landing_pad ? fp1 : ((uint64_t *)fp1)[0];

Completed in 73 milliseconds