Lines Matching defs:fde
25 /* Locate the FDE entry for a given address, using PT_GNU_EH_FRAME ELF
45 #include "unwind-dw2-fde.h"
94 static const fde * _Unwind_Find_registered_FDE (void *pc, struct dwarf_eh_bases *bases);
97 #include "unwind-dw2-fde.c"
382 /* Find the FDE for the program counter PC, in a previously located
383 PT_GNU_EH_FRAME data region. *BASES is updated if an FDE to return is
386 static const fde *
423 signed fde __attribute__ ((mode (SI)));
428 fde *f;
454 f = (fde *) (table[mid].fde + data_base);
478 ob.u.single = (fde *) eh_frame;
481 const fde *entry = linear_search_fdes (&ob, (fde *) eh_frame, (void *) pc);
497 const fde *
501 const fde *ret;
542 #include "unwind-dw2-fde.c"