LLVM 19.0.0git
Public Attributes | List of all members
llvm::object::Elf_Vernaux_Impl< ELFT > Struct Template Reference

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

#include "llvm/Object/ELFTypes.h"

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<class ELFT>
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 339 of file ELFTypes.h.

Member Data Documentation

◆ vna_flags

template<class ELFT >
Elf_Half llvm::object::Elf_Vernaux_Impl< ELFT >::vna_flags

Definition at line 342 of file ELFTypes.h.

◆ vna_hash

template<class ELFT >
Elf_Word llvm::object::Elf_Vernaux_Impl< ELFT >::vna_hash

Definition at line 341 of file ELFTypes.h.

◆ vna_name

template<class ELFT >
Elf_Word llvm::object::Elf_Vernaux_Impl< ELFT >::vna_name

Definition at line 344 of file ELFTypes.h.

◆ vna_next

template<class ELFT >
Elf_Word llvm::object::Elf_Vernaux_Impl< ELFT >::vna_next

Definition at line 345 of file ELFTypes.h.

◆ vna_other

template<class ELFT >
Elf_Half llvm::object::Elf_Vernaux_Impl< ELFT >::vna_other

Definition at line 343 of file ELFTypes.h.


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