Searched refs:cie_count (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/elftoolchain/libdwarf/ |
| H A D | dwarf_dealloc.c | 105 Dwarf_Signed cie_count, Dwarf_Fde *fde_list, Dwarf_Signed fde_count) in dwarf_fde_cie_list_dealloc() argument 114 (void) cie_count; in dwarf_fde_cie_list_dealloc()
|
| H A D | dwarf_frame.c | 33 Dwarf_Signed *cie_count, Dwarf_Fde **fde_list, Dwarf_Signed *fde_count, in dwarf_get_fde_list() argument 37 if (dbg == NULL || cie_list == NULL || cie_count == NULL || in dwarf_get_fde_list() 64 *cie_count = dbg->dbg_frame->fs_cielen; 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 77 if (dbg == NULL || cie_list == NULL || cie_count == NULL || in dwarf_get_fde_list_eh() 104 *cie_count = dbg->dbg_eh_frame->fs_cielen; in dwarf_get_fde_list_eh()
|
| /freebsd/contrib/elftoolchain/readelf/ |
| H A D | readelf.c | 6209 Dwarf_Signed cie_count, fde_count, cie_index; in dump_dwarf_frame_section() local 6222 if (dwarf_get_fde_list(re->dbg, &cie_list, &cie_count, in dump_dwarf_frame_section() 6230 ret = dwarf_get_fde_list_eh(re->dbg, &cie_list, &cie_count, in dump_dwarf_frame_section()
|