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

Elf_Verneed: This is the structure of entries in the SHT_GNU_verneed section (.gnu.version_r). More...

#include "llvm/Object/ELFTypes.h"

Public Attributes

Elf_Half vn_version
 
Elf_Half vn_cnt
 
Elf_Word vn_file
 
Elf_Word vn_aux
 
Elf_Word vn_next
 

Detailed Description

template<class ELFT>
struct llvm::object::Elf_Verneed_Impl< ELFT >

Elf_Verneed: This is the structure of entries in the SHT_GNU_verneed section (.gnu.version_r).

This structure is identical for ELF32 and ELF64.

Definition at line 327 of file ELFTypes.h.

Member Data Documentation

◆ vn_aux

template<class ELFT >
Elf_Word llvm::object::Elf_Verneed_Impl< ELFT >::vn_aux

Definition at line 332 of file ELFTypes.h.

◆ vn_cnt

template<class ELFT >
Elf_Half llvm::object::Elf_Verneed_Impl< ELFT >::vn_cnt

Definition at line 330 of file ELFTypes.h.

◆ vn_file

template<class ELFT >
Elf_Word llvm::object::Elf_Verneed_Impl< ELFT >::vn_file

Definition at line 331 of file ELFTypes.h.

◆ vn_next

template<class ELFT >
Elf_Word llvm::object::Elf_Verneed_Impl< ELFT >::vn_next

Definition at line 333 of file ELFTypes.h.

◆ vn_version

template<class ELFT >
Elf_Half llvm::object::Elf_Verneed_Impl< ELFT >::vn_version

Definition at line 329 of file ELFTypes.h.


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