Home
last modified time | relevance | path

Searched refs:fde_count (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libunwind/src/
H A DEHHeaderParser.hpp33 size_t fde_count; member
84 ehHdrInfo.fde_count = in decodeTableEntry()
126 if (hdrInfo.fde_count == 0) return false; in findFDE()
132 for (size_t len = hdrInfo.fde_count; len > 1;) { in findFDE()
/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
116 (void) fde_count; 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()
66 *fde_count = dbg->dbg_frame->fs_fdelen; 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()
106 *fde_count = dbg->dbg_eh_frame->fs_fdelen; in dwarf_get_fde_list_eh()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c6209 Dwarf_Signed cie_count, fde_count, cie_index; 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()
6243 for (i = 0; i < fde_count; i++) { in dump_dwarf_frame_section()