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

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf-eh-frame.c576 hdr_info->fde_count++;
655 sec->size += 4 + hdr_info->fde_count * 8;
850 = bfd_malloc (hdr_info->fde_count * sizeof(*hdr_info->array));
1088 [encoded] fde_count (total number of FDEs in .eh_frame section)
1089 fde_count x [encoded] initial_loc, fde
1113 if (hdr_info->array && hdr_info->array_count == hdr_info->fde_count)
1114 size += 4 + hdr_info->fde_count * 8;
1132 if (hdr_info->array && hdr_info->array_count == hdr_info->fde_count)
1148 bfd_put_32 (abfd, hdr_info->fde_count, contents + EH_FRAME_HDR_SIZE);
1149 qsort (hdr_info->array, hdr_info->fde_count, sizeo
[all...]
H A Delf-bfd.h326 unsigned int fde_count, array_count;
325 unsigned int fde_count, array_count; member in struct:eh_frame_hdr_info

Completed in 44 milliseconds