Home
last modified time | relevance | path

Searched refs:fde_list (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_dealloc.c105 Dwarf_Signed cie_count, Dwarf_Fde *fde_list, Dwarf_Signed fde_count) in dwarf_fde_cie_list_dealloc() argument
115 (void) fde_list; in dwarf_fde_cie_list_dealloc()
H A Ddwarf_frame.c33 Dwarf_Signed *cie_count, Dwarf_Fde **fde_list, Dwarf_Signed *fde_count, in dwarf_get_fde_list() argument
38 fde_list == NULL || fde_count == NULL) { in dwarf_get_fde_list()
65 *fde_list = dbg->dbg_frame->fs_fdearray; in dwarf_get_fde_list()
73 Dwarf_Signed *cie_count, Dwarf_Fde **fde_list, Dwarf_Signed *fde_count, in dwarf_get_fde_list_eh() argument
78 fde_list == NULL || fde_count == NULL) { in dwarf_get_fde_list_eh()
105 *fde_list = dbg->dbg_eh_frame->fs_fdearray; in dwarf_get_fde_list_eh()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c6205 Dwarf_Fde *fde_list, fde; in dump_dwarf_frame_section() local
6223 &fde_list, &fde_count, &de) != DW_DLV_OK) { in dump_dwarf_frame_section()
6231 &fde_list, &fde_count, &de); in dump_dwarf_frame_section()
6244 if (dwarf_get_fde_n(fde_list, i, &fde, &de) != DW_DLV_OK) { in dump_dwarf_frame_section()