Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dunwind-dw2-fde-glibc.c324 _Unwind_Ptr fde_count; in _Unwind_IteratePhdrCallback() local
329 p, &fde_count); in _Unwind_IteratePhdrCallback()
331 if (fde_count == 0) in _Unwind_IteratePhdrCallback()
346 mid = fde_count - 1; in _Unwind_IteratePhdrCallback()
/freebsd-10-stable/contrib/binutils/bfd/
Delf-eh-frame.c826 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()
Delf-bfd.h303 unsigned int fde_count, array_count; member