Searched refs:DT_VERSYM (Results 1 – 13 of 13) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/include/elf/ |
| D | common.h | 602 #define DT_VERSYM 0x6ffffff0 macro
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/elf/ |
| D | common.h | 634 #define DT_VERSYM 0x6ffffff0 macro
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/binutils/ |
| D | readelf.c | 1798 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/ |
| D | readelf.c | 1458 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/ |
| D | elflink.c | 5306 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()
|
| D | elflink.h | 3840 if (! elf_add_dynamic_entry (info, (bfd_vma) DT_VERSYM, (bfd_vma) 0)) 5923 case DT_VERSYM:
|
| D | elf.c | 1092 case DT_VERSYM: name = "VERSYM"; break; in _bfd_elf_print_private_bfd_data()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | elflink.c | 5869 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()
|
| D | elf32-arm.c | 7256 case DT_VERSYM: in elf32_arm_finish_dynamic_sections()
|
| D | elf.c | 1255 case DT_VERSYM: name = "VERSYM"; break; in _bfd_elf_print_private_bfd_data()
|
| D | ChangeLog-2004 | 690 offsets, not VMAs, for DT_VERSYM, DT_VERDEF, DT_VERNEED.
|
| /openbsd/src/gnu/llvm/lld/ELF/ |
| D | SyntheticSections.cpp | 1480 addInSec(DT_VERSYM, *part.verSym); in computeContents()
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/ |
| D | ELFDumper.cpp | 2353 case DT_VERSYM: in getDynamicEntry()
|