LLVM: llvm::object::Elf_Vernaux_Impl< ELFT > Struct Template Reference (original) (raw)

Elf_Vernaux: This is the structure of auxiliary data in SHT_GNU_verneed section (.gnu.version_r). More...

#include "[llvm/Object/ELFTypes.h](ELFTypes%5F8h%5Fsource.html)"

Inheritance diagram for llvm::object::Elf_Vernaux_Impl< ELFT >:

Public Attributes
Elf_Word vna_hash
Elf_Half vna_flags
Elf_Half vna_other
Elf_Word vna_name
Elf_Word vna_next

Detailed Description

template
struct llvm::object::Elf_Vernaux_Impl< ELFT >

Elf_Vernaux: This is the structure of auxiliary data in SHT_GNU_verneed section (.gnu.version_r).

This structure is identical for ELF32 and ELF64.

Definition at line 343 of file ELFTypes.h.

Member Data Documentation

vna_flags

vna_hash

vna_name

vna_next

vna_other


The documentation for this struct was generated from the following file: