Lines Matching refs:fde
90 fde_data = ctx->fde; in _Unw_Decode_FDE()
220 void *fde; in get_table_ent_val() local
229 fde = (void *)(uint64_t)(*((uint32_t *)second)); in get_table_ent_val()
240 fde = (void *)(uint64_t)(*((uint64_t *)second)); in get_table_ent_val()
251 fde = (void *)(uint64_t)(int64_t)(*((int32_t *)second)); in get_table_ent_val()
262 fde = (void *)(uint64_t)(*((int64_t *)second)); in get_table_ent_val()
275 fde = (void *)(((uint64_t)fde) + (uint64_t)second + reloc); in get_table_ent_val()
281 fde = (void *)(((uint64_t)fde) + base); in get_table_ent_val()
290 *fdep = fde; in get_table_ent_val()
347 ctx->fde = locate_fde_for_pc(pc, ft_enc, pi, pj, reloc, base); in _Unw_EhfhLookup()
348 return ((void *)(ctx->fde)); in _Unw_EhfhLookup()
359 void* fde; in locate_fde_for_pc() local
372 &range_start, &range_end, &fde); in locate_fde_for_pc()
377 return ((void*) fde); in locate_fde_for_pc()