|
LLVM
3.7.0
|
Elf_Vernaux: This is the structure of auxiliary data in SHT_GNU_verneed section (.gnu.version_r). More...
#include <ELFTypes.h>
Public Attributes | |
| Elf_Word | vna_hash |
| Elf_Half | vna_flags |
| Elf_Half | vna_other |
| Elf_Word | vna_name |
| Elf_Word | vna_next |
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 277 of file ELFTypes.h.
| Elf_Half llvm::object::Elf_Vernaux_Impl< ELFT >::vna_flags |
Definition at line 280 of file ELFTypes.h.
| Elf_Word llvm::object::Elf_Vernaux_Impl< ELFT >::vna_hash |
Definition at line 279 of file ELFTypes.h.
| Elf_Word llvm::object::Elf_Vernaux_Impl< ELFT >::vna_name |
Definition at line 282 of file ELFTypes.h.
| Elf_Word llvm::object::Elf_Vernaux_Impl< ELFT >::vna_next |
Definition at line 283 of file ELFTypes.h.
| Elf_Half llvm::object::Elf_Vernaux_Impl< ELFT >::vna_other |
Definition at line 281 of file ELFTypes.h.
1.8.6