Lines Matching refs:fde
70 void *fde_data; /* location in this process of fde */
92 fde_data = ctx->fde;
222 void *fde;
231 fde = (void *)(uint64_t)(*((uint32_t *)second));
242 fde = (void *)(uint64_t)(*((uint64_t *)second));
253 fde = (void *)(uint64_t)(int64_t)(*((int32_t *)second));
264 fde = (void *)(uint64_t)(*((int64_t *)second));
277 fde = (void *)(((uint64_t)fde) + (uint64_t)second + reloc);
283 fde = (void *)(((uint64_t)fde) + base);
292 *fdep = fde;
349 ctx->fde = locate_fde_for_pc(pc, ft_enc, pi, pj, reloc, base);
350 return ((void *)(ctx->fde));
361 void* fde;
374 &range_start, &range_end, &fde);
376 /* Return fde if tpc is in this range. */
379 return ((void*) fde);