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

/haiku-buildtools/gcc/libgcc/
H A Dunwind-dw2-fde-dip.c363 _Unwind_Ptr fde_count; local
368 p, &fde_count);
370 if (fde_count == 0)
385 mid = fde_count - 1;
/haiku-buildtools/legacy/binutils/bfd/
H A Delf-eh-frame.c537 hdr_info->fde_count++;
643 sec->_cooked_size += 4 + hdr_info->fde_count * 8;
787 = bfd_malloc (hdr_info->fde_count * sizeof(*hdr_info->array));
1070 [encoded] fde_count (total number of FDEs in .eh_frame section)
1071 fde_count x [encoded] initial_loc, fde
1095 if (hdr_info->array && hdr_info->array_count == hdr_info->fde_count)
1096 size += 4 + hdr_info->fde_count * 8;
1114 if (hdr_info->array && hdr_info->array_count == hdr_info->fde_count)
1130 bfd_put_32 (abfd, hdr_info->fde_count, contents + EH_FRAME_HDR_SIZE);
1131 qsort (hdr_info->array, hdr_info->fde_count, sizeo
[all...]
H A Delf-bfd.h323 unsigned int fde_count, array_count;
322 unsigned int fde_count, array_count; member in struct:eh_frame_hdr_info
/haiku-buildtools/binutils/gold/
H A Dehframe.cc99 unsigned int fde_count = this->eh_frame_data_->fde_count(); local
100 if (fde_count != 0)
101 data_size += 4 + 8 * fde_count;
102 this->fde_offsets_.reserve(fde_count);
1149 Eh_frame::fde_count() const function in class:gold::Eh_frame
1156 ret += (*p)->fde_count();
1160 ret += (*p)->fde_count();
H A Dehframe.h303 fde_count() const function in class:gold::Cie
410 fde_count() const;
/haiku-buildtools/binutils/bfd/
H A Delf-eh-frame.c1397 hdr_info->u.dwarf.fde_count++;
1456 sec->size += 4 + hdr_info->u.dwarf.fde_count * 8;
1755 bfd_malloc (hdr_info->u.dwarf.fde_count
2216 [encoded] fde_count (total number of FDEs in .eh_frame section)
2217 fde_count x [encoded] initial_loc, fde
2240 && hdr_info->array_count == hdr_info->u.dwarf.fde_count)
2241 size += 4 + hdr_info->u.dwarf.fde_count * 8;
2261 && hdr_info->array_count == hdr_info->u.dwarf.fde_count)
2280 bfd_put_32 (abfd, hdr_info->u.dwarf.fde_count,
2282 qsort (hdr_info->u.dwarf.array, hdr_info->u.dwarf.fde_count,
[all...]
H A Delf-bfd.h411 unsigned int fde_count;
410 unsigned int fde_count; member in struct:dwarf_eh_frame_hdr_info

Completed in 332 milliseconds