LLVM  8.0.1
Public Attributes | List of all members
llvm::object::Elf_Verdaux_Impl< ELFT > Struct Template Reference

Elf_Verdaux: This is the structure of auxiliary data in the SHT_GNU_verdef section (.gnu.version_d). More...

#include "llvm/Object/ELFTypes.h"

Collaboration diagram for llvm::object::Elf_Verdaux_Impl< ELFT >:
Collaboration graph
[legend]

Public Attributes

Elf_Word vda_name
 
Elf_Word vda_next
 

Detailed Description

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

Elf_Verdaux: This is the structure of auxiliary data in the SHT_GNU_verdef section (.gnu.version_d).

This structure is identical for ELF32 and ELF64.

Definition at line 36 of file ELFTypes.h.

Member Data Documentation

◆ vda_name

template<class ELFT >
Elf_Word llvm::object::Elf_Verdaux_Impl< ELFT >::vda_name

Definition at line 289 of file ELFTypes.h.

◆ vda_next

template<class ELFT >
Elf_Word llvm::object::Elf_Verdaux_Impl< ELFT >::vda_next

Definition at line 290 of file ELFTypes.h.


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