Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dunwind.c232 finish_capture(struct _Unwind_Context *ctx, int from_landing_pad) in finish_capture() argument
235 uint64_t fp2 = from_landing_pad ? fp1 : ((uint64_t *)fp1)[0]; in finish_capture()