Home
last modified time | relevance | path

Searched refs:array_count (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf-eh-frame.c1654 hdr_info->array[hdr_info->array_count].initial_loc = address; in _bfd_elf_write_section_eh_frame()
1655 hdr_info->array[hdr_info->array_count].range in _bfd_elf_write_section_eh_frame()
1657 hdr_info->array[hdr_info->array_count++].fde 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()
1821 if (hdr_info->array && hdr_info->array_count == hdr_info->fde_count) in _bfd_elf_write_section_eh_frame_hdr()
Delf-bfd.h387 unsigned int fde_count, array_count; member