Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dehframe.cc99 unsigned int fde_count = this->eh_frame_data_->fde_count(); in set_final_data_size() local
100 if (fde_count != 0) in set_final_data_size()
101 data_size += 4 + 8 * fde_count; in set_final_data_size()
102 this->fde_offsets_.reserve(fde_count); in set_final_data_size()
1070 Eh_frame::fde_count() const in fde_count() function in gold::Eh_frame
1077 ret += (*p)->fde_count(); in fde_count()
1081 ret += (*p)->fde_count(); in fde_count()
Dehframe.h302 fde_count() const in fde_count() function
404 fde_count() const;
/toolchain/binutils/binutils-2.25/bfd/
Delf-eh-frame.c1194 hdr_info->fde_count++; in _bfd_elf_discard_section_eh_frame()
1245 sec->size += 4 + hdr_info->fde_count * 8; in _bfd_elf_discard_section_eh_frame_hdr()
1418 bfd_malloc (hdr_info->fde_count * sizeof(*hdr_info->array)); in _bfd_elf_write_section_eh_frame()
1801 if (hdr_info->array && hdr_info->array_count == hdr_info->fde_count) in _bfd_elf_write_section_eh_frame_hdr()
1802 size += 4 + hdr_info->fde_count * 8; in _bfd_elf_write_section_eh_frame_hdr()
1821 if (hdr_info->array && hdr_info->array_count == hdr_info->fde_count) in _bfd_elf_write_section_eh_frame_hdr()
1839 bfd_put_32 (abfd, hdr_info->fde_count, contents + EH_FRAME_HDR_SIZE); in _bfd_elf_write_section_eh_frame_hdr()
1840 qsort (hdr_info->array, hdr_info->fde_count, in _bfd_elf_write_section_eh_frame_hdr()
1842 for (i = 0; i < hdr_info->fde_count; i++) in _bfd_elf_write_section_eh_frame_hdr()
Delf-bfd.h387 unsigned int fde_count, array_count; member