| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | elf-sframe.c | 104 unsigned int fde_count; in sframe_decoder_init_func_bfdinfo() local 107 fde_count = sframe_decoder_get_num_fidx (sfd_info->sfd_ctx); in sframe_decoder_init_func_bfdinfo() 108 sfd_info->sfd_fde_count = fde_count; in sframe_decoder_init_func_bfdinfo() 111 func_bfdinfo_size = (sizeof (struct sframe_func_bfdinfo)) * fde_count; in sframe_decoder_init_func_bfdinfo() 122 for (i = 0; i < fde_count; i++) in sframe_decoder_init_func_bfdinfo()
|
| H A D | elf-eh-frame.c | 1555 hdr_info->u.dwarf.fde_count++; in _bfd_elf_discard_section_eh_frame() 1645 sec->size += 4 + hdr_info->u.dwarf.fde_count * 8; in _bfd_elf_discard_section_eh_frame_hdr() 1942 bfd_malloc (hdr_info->u.dwarf.fde_count in _bfd_elf_write_section_eh_frame() 2421 && hdr_info->array_count == hdr_info->u.dwarf.fde_count) in write_dwarf_eh_frame_hdr() 2422 size += 4 + hdr_info->u.dwarf.fde_count * 8; in write_dwarf_eh_frame_hdr() 2442 && hdr_info->array_count == hdr_info->u.dwarf.fde_count) in write_dwarf_eh_frame_hdr() 2461 bfd_put_32 (abfd, hdr_info->u.dwarf.fde_count, in write_dwarf_eh_frame_hdr() 2463 qsort (hdr_info->u.dwarf.array, hdr_info->u.dwarf.fde_count, in write_dwarf_eh_frame_hdr() 2467 for (i = 0; i < hdr_info->u.dwarf.fde_count; i++) in write_dwarf_eh_frame_hdr()
|
| H A D | elf-bfd.h | 465 unsigned int fde_count; member
|
| /netbsd-src/external/bsd/elftoolchain/dist/libdwarf/ |
| H A D | dwarf_dealloc.c | 108 Dwarf_Signed cie_count, Dwarf_Fde *fde_list, Dwarf_Signed fde_count) in dwarf_fde_cie_list_dealloc() argument 119 (void) fde_count; in dwarf_fde_cie_list_dealloc()
|
| H A D | dwarf_frame.c | 36 Dwarf_Signed *cie_count, Dwarf_Fde **fde_list, Dwarf_Signed *fde_count, in dwarf_get_fde_list() argument 41 fde_list == NULL || fde_count == NULL) { in dwarf_get_fde_list() 69 *fde_count = dbg->dbg_frame->fs_fdelen; in dwarf_get_fde_list() 76 Dwarf_Signed *cie_count, Dwarf_Fde **fde_list, Dwarf_Signed *fde_count, in dwarf_get_fde_list_eh() argument 81 fde_list == NULL || fde_count == NULL) { in dwarf_get_fde_list_eh() 109 *fde_count = dbg->dbg_eh_frame->fs_fdelen; in dwarf_get_fde_list_eh()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | ehframe.cc | 99 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() 1162 while (pcie->fde_count() != 0) in remove_ehframe_for_plt() 1176 Eh_frame::fde_count() const in fde_count() function in gold::Eh_frame 1183 ret += (*p)->fde_count(); in fde_count() 1187 ret += (*p)->fde_count(); in fde_count()
|
| H A D | ehframe.h | 318 fde_count() const in fde_count() function 430 fde_count() const;
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | ehframe.cc | 99 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() 1162 while (pcie->fde_count() != 0) in remove_ehframe_for_plt() 1176 Eh_frame::fde_count() const in fde_count() function in gold::Eh_frame 1183 ret += (*p)->fde_count(); in fde_count() 1187 ret += (*p)->fde_count(); in fde_count()
|
| H A D | ehframe.h | 318 fde_count() const in fde_count() function 430 fde_count() const;
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
| H A D | unwind-dw2-fde-dip.c | 373 _Unwind_Ptr fde_count; in _Unwind_IteratePhdrCallback() local 378 p, &fde_count); in _Unwind_IteratePhdrCallback() 380 if (fde_count == 0) in _Unwind_IteratePhdrCallback() 395 mid = fde_count - 1; in _Unwind_IteratePhdrCallback()
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/ |
| H A D | unwind-dw2-fde-dip.c | 410 _Unwind_Ptr fde_count; in find_fde_tail() local 415 p, &fde_count); in find_fde_tail() 417 if (fde_count == 0) in find_fde_tail() 432 mid = fde_count - 1; in find_fde_tail()
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | elf-eh-frame.c | 1554 hdr_info->u.dwarf.fde_count++; in _bfd_elf_discard_section_eh_frame() 1644 sec->size += 4 + hdr_info->u.dwarf.fde_count * 8; in _bfd_elf_discard_section_eh_frame_hdr() 1941 bfd_malloc (hdr_info->u.dwarf.fde_count in _bfd_elf_write_section_eh_frame() 2420 && hdr_info->array_count == hdr_info->u.dwarf.fde_count) in write_dwarf_eh_frame_hdr() 2421 size += 4 + hdr_info->u.dwarf.fde_count * 8; in write_dwarf_eh_frame_hdr() 2441 && hdr_info->array_count == hdr_info->u.dwarf.fde_count) in write_dwarf_eh_frame_hdr() 2460 bfd_put_32 (abfd, hdr_info->u.dwarf.fde_count, in write_dwarf_eh_frame_hdr() 2462 qsort (hdr_info->u.dwarf.array, hdr_info->u.dwarf.fde_count, in write_dwarf_eh_frame_hdr() 2466 for (i = 0; i < hdr_info->u.dwarf.fde_count; i++) in write_dwarf_eh_frame_hdr()
|
| H A D | elf-bfd.h | 465 unsigned int fde_count; member
|