Home
last modified time | relevance | path

Searched refs:SHT_GNU_versym (Results 1 – 9 of 9) sorted by relevance

/freebsd-10-stable/lib/libelf/
Dlibelf_data.c78 case SHT_GNU_versym: /* == SHT_SUNW_versym */ in _libelf_xlate_shtype()
/freebsd-10-stable/contrib/binutils/include/elf/
Dcommon.h359 #define SHT_GNU_versym SHT_SUNW_versym macro
/freebsd-10-stable/lib/libdwarf/
Ddwarf_dump.c75 case SHT_GNU_versym: in get_sht_desc()
/freebsd-10-stable/sys/sys/
Delf_common.h414 #define SHT_GNU_versym 0x6fffffff /* Symbol version table */ macro
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DELF.h1244 SHT_GNU_versym = 0x6fffffff, // GNU symbol versions table. in LLVM_ENUM_INT_TYPE()
/freebsd-10-stable/contrib/llvm/include/llvm/Object/
DELF.h681 case ELF::SHT_GNU_versym: in ELFFile()
/freebsd-10-stable/contrib/llvm/tools/llvm-readobj/
DELFDumper.cpp372 LLVM_READOBJ_ENUM_CASE(ELF, SHT_GNU_versym ); in getElfSectionType()
/freebsd-10-stable/contrib/binutils/bfd/
Delf.c2152 case SHT_GNU_versym: in bfd_section_from_shdr()
2358 { STRING_COMMA_LEN (".gnu.version"), 0, SHT_GNU_versym, 0 },
2852 case SHT_GNU_versym: in elf_fake_sections()
3340 case SHT_GNU_versym: in assign_section_numbers()
/freebsd-10-stable/contrib/binutils/binutils/
Dreadelf.c2669 case SHT_GNU_versym: return "VERSYM"; in get_section_type_name()
6618 case SHT_GNU_versym: in process_version_sections()