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

Elf_Verdef: This is the structure of entries in the SHT_GNU_verdef section (.gnu.version_d). More...

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

Public Member Functions
const Elf_Verdaux * getAux () const
Get the first Verdaux entry for this Verdef.
Public Attributes
Elf_Half vd_version
Elf_Half vd_flags
Elf_Half vd_ndx
Elf_Half vd_cnt
Elf_Word vd_hash
Elf_Word vd_aux
Elf_Word vd_next

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

Elf_Verdef: This is the structure of entries in the SHT_GNU_verdef section (.gnu.version_d).

This structure is identical for ELF32 and ELF64.

Definition at line 303 of file ELFTypes.h.

getAux()

Get the first Verdaux entry for this Verdef.

Definition at line 314 of file ELFTypes.h.

vd_aux

vd_cnt

vd_flags

vd_hash

vd_ndx

vd_next

vd_version


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