Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/elf/
Dexternal.h261 unsigned char vn_version[2]; member
Dinternal.h206 unsigned short vn_version; /* Version number of structure. */ member
/toolchain/binutils/binutils-2.27/elfcpp/
Delfcpp_internal.h259 Elf_Half vn_version;
Delfcpp.h2103 { return Convert<16, big_endian>::convert_host(this->p_->vn_version); }
2135 { this->p_->vn_version = Convert<16, big_endian>::convert_host(v); }
/toolchain/binutils/binutils-2.27/bfd/
Delf.c124 dst->vn_version = H_GET_16 (abfd, src->vn_version); in _bfd_elf_swap_verneed_in()
138 H_PUT_16 (abfd, src->vn_version, dst->vn_version); in _bfd_elf_swap_verneed_out()
Delflink.c6520 t->vn_version = VER_NEED_CURRENT; in bfd_elf_size_dynamic_sections()
/toolchain/binutils/binutils-2.27/binutils/
Dreadelf.c9997 ent.vn_version = BYTE_GET (entry->vn_version); in process_version_sections()
10003 printf (_(" %#06x: Version: %d"), idx, ent.vn_version); in process_version_sections()