Home
last modified time | relevance | path

Searched refs:vd_cnt (Results 1 – 14 of 14) sorted by relevance

/toolchain/binutils/binutils-2.25/include/elf/
Dexternal.h222 unsigned char vd_cnt[2]; member
Dinternal.h169 unsigned short vd_cnt; /* Number of verdaux entries. */ member
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp_internal.h182 Elf_Half vd_cnt;
Delfcpp.h1680 { return Convert<16, big_endian>::convert_host(this->p_->vd_cnt); }
1720 { this->p_->vd_cnt = Convert<16, big_endian>::convert_host(v); }
/toolchain/binutils/binutils-2.25/gold/
Ddynobj.cc570 const section_size_type vd_cnt = verdef.get_vd_cnt(); in make_verdef_map() local
571 if (vd_cnt < 1) in make_verdef_map()
574 static_cast<unsigned int>(vd_cnt)); in make_verdef_map()
/toolchain/binutils/binutils-2.25/bfd/
Delf.c73 dst->vd_cnt = H_GET_16 (abfd, src->vd_cnt); in _bfd_elf_swap_verdef_in()
89 H_PUT_16 (abfd, src->vd_cnt, dst->vd_cnt); in _bfd_elf_swap_verdef_out()
7471 if (iverdef->vd_cnt == 0) in _bfd_elf_slurp_version_tables()
7476 bfd_alloc2 (abfd, iverdef->vd_cnt, in _bfd_elf_slurp_version_tables()
7489 for (j = 0; j < iverdef->vd_cnt; j++, iverdaux++) in _bfd_elf_slurp_version_tables()
7499 if (j + 1 < iverdef->vd_cnt) in _bfd_elf_slurp_version_tables()
7512 if (iverdef->vd_cnt) in _bfd_elf_slurp_version_tables()
7553 iverdef->vd_cnt = 1; in _bfd_elf_slurp_version_tables()
Delflink.c3209 for (i = 0; i < def.vd_cnt; ++i) in elf_finalize_dynstr()
5989 def.vd_cnt = 1; in bfd_elf_size_dynamic_sections()
6099 def.vd_cnt = cdeps + 1; in bfd_elf_size_dynamic_sections()
/toolchain/binutils/binutils-2.25/gold/po/
Did.po176 msgid "verdef vd_cnt field too small: %u"
177 msgstr "verdef vd_cnt daerah terlalu kecil: %u"
Dfi.po267 msgid "verdef vd_cnt field too small: %u"
268 msgstr "verdef vd_cnt-kenttä liian pieni: %u"
Dit.po264 msgid "verdef vd_cnt field too small: %u"
265 msgstr "campo vd_cnt verdef troppo piccolo: %u"
Des.po263 msgid "verdef vd_cnt field too small: %u"
264 msgstr "campo vd_cnt verdef demasiado pequeño: %u"
Dvi.po269 msgid "verdef vd_cnt field too small: %u"
270 msgstr "trường \"vd_cnt\" verdef quá nhỏ : %u"
Dgold.pot549 msgid "verdef vd_cnt field too small: %u"
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c9068 ent.vd_cnt = BYTE_GET (edef->vd_cnt); in process_version_sections()
9077 ent.vd_ndx, ent.vd_cnt); in process_version_sections()
9097 for (j = 1; j < ent.vd_cnt; j++) in process_version_sections()
9121 if (j < ent.vd_cnt) in process_version_sections()