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

/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_dealloc.c105 Dwarf_Signed cie_count, Dwarf_Fde *fde_list, Dwarf_Signed fde_count)
116 (void) fde_count;
104 dwarf_fde_cie_list_dealloc(Dwarf_Debug dbg, Dwarf_Cie *cie_list, Dwarf_Signed cie_count, Dwarf_Fde *fde_list, Dwarf_Signed fde_count) argument
H A Ddwarf_frame.c33 Dwarf_Signed *cie_count, Dwarf_Fde **fde_list, Dwarf_Signed *fde_count,
38 fde_list == NULL || fde_count == NULL) {
66 *fde_count = dbg->dbg_frame->fs_fdelen;
73 Dwarf_Signed *cie_count, Dwarf_Fde **fde_list, Dwarf_Signed *fde_count,
78 fde_list == NULL || fde_count == NULL) {
106 *fde_count = dbg->dbg_eh_frame->fs_fdelen;
32 dwarf_get_fde_list(Dwarf_Debug dbg, Dwarf_Cie **cie_list, Dwarf_Signed *cie_count, Dwarf_Fde **fde_list, Dwarf_Signed *fde_count, Dwarf_Error *error) argument
72 dwarf_get_fde_list_eh(Dwarf_Debug dbg, Dwarf_Cie **cie_list, Dwarf_Signed *cie_count, Dwarf_Fde **fde_list, Dwarf_Signed *fde_count, Dwarf_Error *error) argument
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DEHHeaderParser.hpp33 size_t fde_count; member in struct:libunwind::EHHeaderParser::EHHeaderInfo
70 ehHdrInfo.fde_count =
116 for (size_t len = hdrInfo.fde_count; len > 1;) {
/freebsd-11-stable/contrib/gcc/
H A Dunwind-dw2-fde-glibc.c324 _Unwind_Ptr fde_count; local
329 p, &fde_count);
331 if (fde_count == 0)
346 mid = fde_count - 1;
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-eh-frame.c826 hdr_info->fde_count++;
1013 sec->size += 4 + hdr_info->fde_count * 8;
1221 = bfd_malloc (hdr_info->fde_count * sizeof(*hdr_info->array));
1523 [encoded] fde_count (total number of FDEs in .eh_frame section)
1524 fde_count x [encoded] initial_loc, fde
1548 if (hdr_info->array && hdr_info->array_count == hdr_info->fde_count)
1549 size += 4 + hdr_info->fde_count * 8;
1567 if (hdr_info->array && hdr_info->array_count == hdr_info->fde_count)
1583 bfd_put_32 (abfd, hdr_info->fde_count, contents + EH_FRAME_HDR_SIZE);
1584 qsort (hdr_info->array, hdr_info->fde_count, sizeo
[all...]
H A Delf-bfd.h304 unsigned int fde_count, array_count;
303 unsigned int fde_count, array_count; member in struct:eh_frame_hdr_info
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c6105 Dwarf_Signed cie_count, fde_count, cie_index; local
6119 &fde_list, &fde_count, &de) != DW_DLV_OK) {
6127 &fde_list, &fde_count, &de) != DW_DLV_OK) {
6136 for (i = 0; i < fde_count; i++) {

Completed in 127 milliseconds