Home
last modified time | relevance | path

Searched refs:vd_version (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/include/elf/
Dexternal.h219 unsigned char vd_version[2]; member
Dinternal.h166 unsigned short vd_version; /* Version number of structure. */ member
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp_internal.h176 Elf_Half vd_version;
Delfcpp.h1668 { return Convert<16, big_endian>::convert_host(this->p_->vd_version); }
1708 { this->p_->vd_version = Convert<16, big_endian>::convert_host(v); }
/toolchain/binutils/binutils-2.25/bfd/
Delf.c70 dst->vd_version = H_GET_16 (abfd, src->vd_version); in _bfd_elf_swap_verdef_in()
86 H_PUT_16 (abfd, src->vd_version, dst->vd_version); in _bfd_elf_swap_verdef_out()
7550 iverdef->vd_version = VER_DEF_CURRENT; in _bfd_elf_slurp_version_tables()
Delflink.c5986 def.vd_version = VER_DEF_CURRENT; in bfd_elf_size_dynamic_sections()
6092 def.vd_version = VER_DEF_CURRENT; in bfd_elf_size_dynamic_sections()
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c9065 ent.vd_version = BYTE_GET (edef->vd_version); in process_version_sections()
9074 idx, ent.vd_version, get_ver_flags (ent.vd_flags)); in process_version_sections()