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

/freebsd-9.3-release/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-9.3-release/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

Completed in 171 milliseconds