|
LLVM
3.7.0
|
Elf_Verdaux: This is the structure of auxiliary data in the SHT_GNU_verdef section (.gnu.version_d). More...
#include <ELFTypes.h>
Public Attributes | |
| Elf_Word | vda_name |
| Elf_Word | vda_next |
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 231 of file ELFTypes.h.
| Elf_Word llvm::object::Elf_Verdaux_Impl< ELFT >::vda_name |
Definition at line 258 of file ELFTypes.h.
| Elf_Word llvm::object::Elf_Verdaux_Impl< ELFT >::vda_next |
Definition at line 259 of file ELFTypes.h.
1.8.6