Home
last modified time | relevance | path

Searched refs:vn_cnt (Results 1 – 25 of 25) sorted by relevance

/dragonfly/contrib/gdb-7/include/elf/
H A Dexternal.h240 unsigned char vn_cnt[2]; member
H A Dinternal.h200 unsigned short vn_cnt; /* Number of vernaux entries. */ member
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dexternal.h254 unsigned char vn_cnt[2]; member
H A Dinternal.h207 unsigned short vn_cnt; /* Number of vernaux entries. */ member
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dexternal.h270 unsigned char vn_cnt[2]; member
H A Dinternal.h207 unsigned short vn_cnt; /* Number of vernaux entries. */ member
/dragonfly/sys/sys/
H A Delf32.h185 Elf32_Half vn_cnt; member
H A Delf64.h233 Elf64_Half vn_cnt; member
/dragonfly/contrib/elftoolchain/libelf/
H A Delf_types.m4281 `vn_cnt, HALF',
289 `vn_cnt, HALF',
/dragonfly/contrib/binutils-2.34/elfcpp/
H A Delfcpp_internal.h255 Elf_Half vn_cnt;
H A Delfcpp.h2095 { return Convert<16, big_endian>::convert_host(this->p_->vn_cnt); }
2127 { this->p_->vn_cnt = Convert<16, big_endian>::convert_host(v); }
/dragonfly/contrib/binutils-2.27/elfcpp/
H A Delfcpp_internal.h255 Elf_Half vn_cnt;
H A Delfcpp.h2052 { return Convert<16, big_endian>::convert_host(this->p_->vn_cnt); }
2084 { this->p_->vn_cnt = Convert<16, big_endian>::convert_host(v); }
/dragonfly/lib/libexecinfo/
H A Dprivate_libelf.h575 Elf64_Half vn_cnt; /* Number of aux entries. */ member
2080 READ_HALF(s,t.vn_cnt); in _libelf_cvt_VNEED64_tom()
2088 SWAP_HALF(t.vn_cnt); in _libelf_cvt_VNEED64_tom()
2099 cnt = t.vn_cnt; in _libelf_cvt_VNEED64_tom()
/dragonfly/contrib/binutils-2.34/gold/
H A Ddynobj.cc650 const unsigned int vn_cnt = verneed.get_vn_cnt(); in make_verneed_map() local
652 for (unsigned int j = 0; j < vn_cnt; ++j) in make_verneed_map()
/dragonfly/contrib/binutils-2.27/gold/
H A Ddynobj.cc650 const unsigned int vn_cnt = verneed.get_vn_cnt(); in make_verneed_map() local
652 for (unsigned int j = 0; j < vn_cnt; ++j) in make_verneed_map()
/dragonfly/contrib/elftoolchain/common/
H A Delfdefinitions.h2642 Elf32_Half vn_cnt; /* Number of aux entries. */ member
2677 Elf64_Half vn_cnt; /* Number of aux entries. */ member
/dragonfly/contrib/binutils-2.27/bfd/
H A Delf.c125 dst->vn_cnt = H_GET_16 (abfd, src->vn_cnt); in _bfd_elf_swap_verneed_in()
139 H_PUT_16 (abfd, src->vn_cnt, dst->vn_cnt); in _bfd_elf_swap_verneed_out()
7987 if (iverneed->vn_cnt == 0) in _bfd_elf_slurp_version_tables()
7992 bfd_alloc2 (abfd, iverneed->vn_cnt, in _bfd_elf_slurp_version_tables()
8005 for (j = 0; j < iverneed->vn_cnt; j++, ivernaux++) in _bfd_elf_slurp_version_tables()
8021 iverneed->vn_cnt = j + 1; in _bfd_elf_slurp_version_tables()
8024 if (j + 1 < iverneed->vn_cnt) in _bfd_elf_slurp_version_tables()
H A Delflink.c3469 for (i = 0; i < need.vn_cnt; ++i) in elf_finalize_dynstr()
6521 t->vn_cnt = caux; in bfd_elf_size_dynamic_sections()
/dragonfly/contrib/gdb-7/bfd/
H A Delf.c125 dst->vn_cnt = H_GET_16 (abfd, src->vn_cnt); in _bfd_elf_swap_verneed_in()
139 H_PUT_16 (abfd, src->vn_cnt, dst->vn_cnt); in _bfd_elf_swap_verneed_out()
7166 if (iverneed->vn_cnt == 0) in _bfd_elf_slurp_version_tables()
7171 bfd_alloc2 (abfd, iverneed->vn_cnt, in _bfd_elf_slurp_version_tables()
7184 for (j = 0; j < iverneed->vn_cnt; j++, ivernaux++) in _bfd_elf_slurp_version_tables()
7194 if (j + 1 < iverneed->vn_cnt) in _bfd_elf_slurp_version_tables()
H A Delflink.c3282 for (i = 0; i < need.vn_cnt; ++i) in elf_finalize_dynstr()
6343 t->vn_cnt = caux; in bfd_elf_size_dynamic_sections()
/dragonfly/contrib/binutils-2.34/bfd/
H A Delf.c124 dst->vn_cnt = H_GET_16 (abfd, src->vn_cnt); in _bfd_elf_swap_verneed_in()
138 H_PUT_16 (abfd, src->vn_cnt, dst->vn_cnt); in _bfd_elf_swap_verneed_out()
8638 if (iverneed->vn_cnt == 0) in _bfd_elf_slurp_version_tables()
8643 bfd_alloc2 (abfd, iverneed->vn_cnt, in _bfd_elf_slurp_version_tables()
8656 for (j = 0; j < iverneed->vn_cnt; j++, ivernaux++) in _bfd_elf_slurp_version_tables()
8672 iverneed->vn_cnt = j + 1; in _bfd_elf_slurp_version_tables()
8675 if (j + 1 < iverneed->vn_cnt) in _bfd_elf_slurp_version_tables()
H A Delflink.c3769 for (i = 0; i < need.vn_cnt; ++i) in elf_finalize_dynstr()
6746 vn->vn_cnt = caux; in bfd_elf_size_dynamic_sections()
/dragonfly/contrib/binutils-2.27/binutils/
H A Dreadelf.c9889 ent.vn_cnt = BYTE_GET (entry->vn_cnt); in process_version_sections()
9901 printf (_(" Cnt: %d\n"), ent.vn_cnt); in process_version_sections()
9908 for (j = 0, isum = idx + ent.vn_aux; j < ent.vn_cnt; ++j) in process_version_sections()
9935 || (aux.vna_next == 0 && j < ent.vn_cnt - 1)) in process_version_sections()
9939 j = ent.vn_cnt; in process_version_sections()
9946 if (j < ent.vn_cnt) in process_version_sections()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dreadelf.c10758 ent.vn_cnt = BYTE_GET (entry->vn_cnt); in process_version_sections()
10770 printf (_(" Cnt: %d\n"), ent.vn_cnt); in process_version_sections()
10777 for (j = 0, isum = idx + ent.vn_aux; j < ent.vn_cnt; ++j) in process_version_sections()
10803 && !(j == ent.vn_cnt - 1 && aux.vna_next == 0)) in process_version_sections()
10807 j = ent.vn_cnt; in process_version_sections()
10817 if (j < ent.vn_cnt) in process_version_sections()