Home
last modified time | relevance | path

Searched refs:vna_other (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.27/include/elf/
Dexternal.h273 unsigned char vna_other[2]; member
Dinternal.h225 unsigned short vna_other; /* Unused. */ member
/toolchain/binutils/binutils-2.27/elfcpp/
Delfcpp_internal.h280 Elf_Half vna_other;
Delfcpp.h2184 { return Convert<16, big_endian>::convert_host(this->p_->vna_other); }
2216 { this->p_->vna_other = Convert<16, big_endian>::convert_host(v); }
/toolchain/binutils/binutils-2.27/binutils/
Dreadelf.c294 unsigned short *vna_other);
1616 unsigned short vna_other; in dump_relocations() local
1626 &vna_other); in dump_relocations()
10028 aux.vna_other = BYTE_GET (eaux->vna_other); in process_version_sections()
10040 get_ver_flags (aux.vna_flags), aux.vna_other); in process_version_sections()
10206 ivna.vna_other = 0; in process_version_sections()
10211 ivna.vna_other = BYTE_GET (evna.vna_other); in process_version_sections()
10216 while (ivna.vna_other != data[cnt + j] in process_version_sections()
10219 if (ivna.vna_other == data[cnt + j]) in process_version_sections()
10725 unsigned short *vna_other) in get_symbol_version_string() argument
[all …]
/toolchain/binutils/binutils-2.27/bfd/
Delf.c154 dst->vna_other = H_GET_16 (abfd, src->vna_other); in _bfd_elf_swap_vernaux_in()
168 H_PUT_16 (abfd, src->vna_other, dst->vna_other); in _bfd_elf_swap_vernaux_out()
1750 a->vna_flags, a->vna_other, in _bfd_elf_print_private_bfd_data()
1798 if (a->vna_other == vernum) in _bfd_elf_get_symbol_version_string()
8034 if (ivernaux->vna_other > freeidx) in _bfd_elf_slurp_version_tables()
8035 freeidx = ivernaux->vna_other; in _bfd_elf_slurp_version_tables()
Delflink.c2090 a->vna_other = h->verinfo.verdef->vd_exp_refno + 1; in _bfd_elf_link_find_version_dependencies()
4334 if (a->vna_other == vernum) in elf_link_add_object_symbols()
/toolchain/binutils/binutils-2.27/ld/testsuite/
DChangeLog-93032888 * ld-elfvers/vers6.ver: Permit any value in the vna_other field.