Searched refs:fde_count (Results 1 – 3 of 3) sorted by relevance
324 _Unwind_Ptr fde_count; in _Unwind_IteratePhdrCallback() local329 p, &fde_count); in _Unwind_IteratePhdrCallback()331 if (fde_count == 0) in _Unwind_IteratePhdrCallback()346 mid = fde_count - 1; in _Unwind_IteratePhdrCallback()
826 hdr_info->fde_count++; in _bfd_elf_discard_section_eh_frame()1013 sec->size += 4 + hdr_info->fde_count * 8; in _bfd_elf_discard_section_eh_frame_hdr()1221 = bfd_malloc (hdr_info->fde_count * sizeof(*hdr_info->array)); in _bfd_elf_write_section_eh_frame()1548 if (hdr_info->array && hdr_info->array_count == hdr_info->fde_count) in _bfd_elf_write_section_eh_frame_hdr()1549 size += 4 + hdr_info->fde_count * 8; in _bfd_elf_write_section_eh_frame_hdr()1567 if (hdr_info->array && hdr_info->array_count == hdr_info->fde_count) in _bfd_elf_write_section_eh_frame_hdr()1583 bfd_put_32 (abfd, hdr_info->fde_count, contents + EH_FRAME_HDR_SIZE); in _bfd_elf_write_section_eh_frame_hdr()1584 qsort (hdr_info->array, hdr_info->fde_count, sizeof (*hdr_info->array), in _bfd_elf_write_section_eh_frame_hdr()1586 for (i = 0; i < hdr_info->fde_count; i++) in _bfd_elf_write_section_eh_frame_hdr()
303 unsigned int fde_count, array_count; member