Lines Matching defs:ctx
68 _Unw_Decode_FDE(struct eh_frame_fields *f, struct _Unwind_Context *ctx)
92 fde_data = ctx->fde;
147 if ((ctx->pc < func) || (ctx->pc > (func+range)))
149 ctx->func = func;
150 ctx->range = range;
178 ctx->pfn = pfn;
180 ctx->lsda = lsda;
311 _Unw_EhfhLookup(struct _Unwind_Context *ctx)
316 uint64_t pc = ctx->pc;
349 ctx->fde = locate_fde_for_pc(pc, ft_enc, pi, pj, reloc, base);
350 return ((void *)(ctx->fde));