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

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

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

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

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
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 331 of file ELFTypes.h.

Member Data Documentation

vn_aux

vn_cnt

vn_file

vn_next

vn_version


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