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

/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_dealloc.c104 dwarf_fde_cie_list_dealloc(Dwarf_Debug dbg, Dwarf_Cie *cie_list, argument
113 (void) cie_list;
H A Ddwarf_frame.c32 dwarf_get_fde_list(Dwarf_Debug dbg, Dwarf_Cie **cie_list, argument
37 if (dbg == NULL || cie_list == NULL || cie_count == NULL ||
63 *cie_list = dbg->dbg_frame->fs_ciearray;
72 dwarf_get_fde_list_eh(Dwarf_Debug dbg, Dwarf_Cie **cie_list, argument
77 if (dbg == NULL || cie_list == NULL || cie_count == NULL ||
103 *cie_list = dbg->dbg_eh_frame->fs_ciearray;
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c6100 Dwarf_Cie *cie_list, cie, pre_cie; local
6118 if (dwarf_get_fde_list(re->dbg, &cie_list, &cie_count,
6126 if (dwarf_get_fde_list_eh(re->dbg, &cie_list, &cie_count,

Completed in 85 milliseconds