Home
last modified time | relevance | path

Searched refs:DT_VERSYM (Results 1 – 13 of 13) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/include/elf/
Dcommon.h602 #define DT_VERSYM 0x6ffffff0 macro
/openbsd/src/gnu/usr.bin/binutils-2.17/include/elf/
Dcommon.h634 #define DT_VERSYM 0x6ffffff0 macro
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
Dreadelf.c1798 case DT_VERSYM: return "VERSYM"; in get_dynamic_type()
6668 if ((entry->d_tag >= DT_VERSYM) && (entry->d_tag <= DT_VERNEEDNUM)) in process_dynamic_section()
6968 version_info[DT_VERSIONTAGIDX (DT_VERSYM)], in process_version_sections()
7511 version_info[DT_VERSIONTAGIDX (DT_VERSYM)] != 0) in process_symbol_table()
7520 (file, version_info[DT_VERSIONTAGIDX (DT_VERSYM)], in process_symbol_table()
/openbsd/src/gnu/usr.bin/binutils/binutils/
Dreadelf.c1458 case DT_VERSYM: return "VERSYM"; in get_dynamic_type()
5043 if ((entry->d_tag >= DT_VERSYM) && (entry->d_tag <= DT_VERNEEDNUM)) in process_dynamic_segment()
5328 version_info[DT_VERSIONTAGIDX (DT_VERSYM)], in process_version_sections()
5795 version_info[DT_VERSIONTAGIDX (DT_VERSYM)] != 0) in process_symbol_table()
5804 (file, version_info[DT_VERSIONTAGIDX (DT_VERSYM)], in process_symbol_table()
/openbsd/src/gnu/usr.bin/binutils/bfd/
Delflink.c5306 if (!_bfd_elf_add_dynamic_entry (info, DT_VERSYM, 0)) in bfd_elf_size_dynamic_sections()
7915 case DT_VERSYM: in bfd_elf_final_link()
Delflink.h3840 if (! elf_add_dynamic_entry (info, (bfd_vma) DT_VERSYM, (bfd_vma) 0))
5923 case DT_VERSYM:
Delf.c1092 case DT_VERSYM: name = "VERSYM"; break; in _bfd_elf_print_private_bfd_data()
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delflink.c5869 if (!_bfd_elf_add_dynamic_entry (info, DT_VERSYM, 0)) in bfd_elf_size_dynsym_hash_dynstr()
8952 case DT_VERSYM: in bfd_elf_final_link()
Delf32-arm.c7256 case DT_VERSYM: in elf32_arm_finish_dynamic_sections()
Delf.c1255 case DT_VERSYM: name = "VERSYM"; break; in _bfd_elf_print_private_bfd_data()
DChangeLog-2004690 offsets, not VMAs, for DT_VERSYM, DT_VERDEF, DT_VERNEED.
/openbsd/src/gnu/llvm/lld/ELF/
DSyntheticSections.cpp1480 addInSec(DT_VERSYM, *part.verSym); in computeContents()
/openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/
DELFDumper.cpp2353 case DT_VERSYM: in getDynamicEntry()