Home
last modified time | relevance | path

Searched refs:SHT_GNU_verneed (Results 1 – 25 of 37) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DELFDump.cpp343 if (Shdr.sh_type != ELF::SHT_GNU_verneed && in printSymbolVersionInfo()
353 if (Shdr.sh_type == ELF::SHT_GNU_verneed) in printSymbolVersionInfo()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/openbsd/sys/
H A Delf_common.d353 enum SHT_GNU_verneed = SHT_SUNW_verneed; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
H A Delf_common.d353 enum SHT_GNU_verneed = SHT_SUNW_verneed; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/netbsd/sys/
H A Delf_common.d245 enum SHT_GNU_verneed = 0x6ffffffe; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/sys/
H A Delf.d372 enum SHT_GNU_verneed = SHT_SUNW_verneed; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/sys/
H A Delf_common.d239 enum SHT_GNU_verneed = 0x6ffffffe; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DELF.cpp290 STRINGIFY_ENUM_CASE(ELF, SHT_GNU_verneed); in getELFSectionTypeName()
/netbsd-src/external/gpl3/binutils.old/dist/include/elf/
H A Dcommon.h550 #define SHT_GNU_verneed SHT_SUNW_verneed macro
/netbsd-src/external/gpl3/binutils/dist/include/elf/
H A Dcommon.h553 #define SHT_GNU_verneed SHT_SUNW_verneed macro
/netbsd-src/sys/arch/epoc32/stand/e32boot/include/
H A Delf.h444 #define SHT_GNU_verneed SHT_SUNW_verneed macro
/netbsd-src/tools/arm-elf2aout/sys/
H A Dexec_elf.h446 #define SHT_GNU_verneed SHT_SUNW_verneed macro
/netbsd-src/tools/m68k-elf2aout/sys/
H A Dexec_elf.h446 #define SHT_GNU_verneed SHT_SUNW_verneed macro
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Ddynobj.cc149 case elfcpp::SHT_GNU_verneed: in find_dynsym_sections()
439 this->read_dynsym_section(pshdrs, verneed_shndx, elfcpp::SHT_GNU_verneed, in base_read_symbols()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Ddynobj.cc149 case elfcpp::SHT_GNU_verneed: in find_dynsym_sections()
439 this->read_dynsym_section(pshdrs, verneed_shndx, elfcpp::SHT_GNU_verneed, in base_read_symbols()
/netbsd-src/sys/sys/
H A Dexec_elf.h537 #define SHT_GNU_verneed SHT_SUNW_verneed macro
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DELF.h945 SHT_GNU_verneed = 0x6ffffffe, // GNU version references. enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFYAML.cpp630 ECase(SHT_GNU_verneed); in enumeration()
1544 case ELF::SHT_GNU_verneed: in mapping()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A DChangeLog-2017626 (process_version_sections <SHT_GNU_verneed>): Correct overflow
633 * readelf.c (process_version_sections <SHT_GNU_verneed>): Check
1564 <SHT_GNU_verneed>: Likewise.
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A DChangeLog-2017626 (process_version_sections <SHT_GNU_verneed>): Correct overflow
633 * readelf.c (process_version_sections <SHT_GNU_verneed>): Check
1564 <SHT_GNU_verneed>: Likewise.
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Delf.d299 enum SHT_GNU_verneed = 0x6ffffffe; variable
/netbsd-src/external/gpl3/binutils.old/dist/elfcpp/
H A Delfcpp.h384 SHT_GNU_verneed = 0x6ffffffe,
/netbsd-src/external/gpl3/binutils/dist/elfcpp/
H A Delfcpp.h384 SHT_GNU_verneed = 0x6ffffffe,
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf.c2491 case SHT_GNU_verneed: in bfd_section_from_shdr()
2672 { STRING_COMMA_LEN (".gnu.version_r"), 0, SHT_GNU_verneed, 0 },
3362 case SHT_GNU_verneed: in elf_fake_sections()
3962 case SHT_GNU_verneed: in assign_section_numbers()
8034 || ihdr->sh_type == SHT_GNU_verneed in _bfd_elf_copy_private_section_data()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf.c3031 case SHT_GNU_verneed: in bfd_section_from_shdr()
3212 { STRING_COMMA_LEN (".gnu.version_r"), 0, SHT_GNU_verneed, 0 },
3866 case SHT_GNU_verneed: in elf_fake_sections()
4489 case SHT_GNU_verneed: in assign_section_numbers()
8629 || ihdr->sh_type == SHT_GNU_verneed in _bfd_elf_copy_private_section_data()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Delf2yaml.cpp577 case ELF::SHT_GNU_verneed: in dumpSections()

12