Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/elf/
Dexternal.h240 unsigned char vn_file[4]; member
Dinternal.h200 unsigned long vn_file; /* String table offset of library name. */ member
/toolchain/binutils/binutils-2.25/elfcpp/
Delfcpp_internal.h212 Elf_Word vn_file;
Delfcpp.h1813 { return Convert<32, big_endian>::convert_host(this->p_->vn_file); }
1845 { this->p_->vn_file = Convert<32, big_endian>::convert_host(v); }
/toolchain/binutils/binutils-2.25/bfd/
Delf.c126 dst->vn_file = H_GET_32 (abfd, src->vn_file); in _bfd_elf_swap_verneed_in()
140 H_PUT_32 (abfd, src->vn_file, dst->vn_file); in _bfd_elf_swap_verneed_out()
7315 iverneed->vn_file); in _bfd_elf_slurp_version_tables()
Delflink.c3238 need.vn_file = _bfd_elf_strtab_offset (dynstr, need.vn_file); in elf_finalize_dynstr()
6252 t->vn_file = indx; in bfd_elf_size_dynamic_sections()
DChangeLog-00014502 (NAME(bfd_elf,size_dynamic_sections)): Set vn_file to basename
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c9179 ent.vn_file = BYTE_GET (entry->vn_file); in process_version_sections()
9185 if (VALID_DYNAMIC_NAME (ent.vn_file)) in process_version_sections()
9186 printf (_(" File: %s"), GET_DYNAMIC_NAME (ent.vn_file)); in process_version_sections()
9188 printf (_(" File: %lx"), ent.vn_file); in process_version_sections()