Searched refs:fdelist (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_frame.c112 dwarf_get_fde_n(Dwarf_Fde *fdelist, Dwarf_Unsigned fde_index, argument
118 dbg = fdelist != NULL ? (*fdelist)->fde_dbg : NULL;
120 if (fdelist == NULL || ret_fde == NULL) {
125 fs = fdelist[0]->fde_fs;
133 *ret_fde = fdelist[fde_index];
139 dwarf_get_fde_at_pc(Dwarf_Fde *fdelist, Dwarf_Addr pc, Dwarf_Fde *ret_fde, argument
147 dbg = fdelist != NULL ? (*fdelist)->fde_dbg : NULL;
149 if (fdelist
[all...]

Completed in 82 milliseconds