|
LLVM
3.7.0
|
Elf_Verdef: This is the structure of entries in the SHT_GNU_verdef section (.gnu.version_d). More...
#include <ELFTypes.h>
Public Types | |
| typedef Elf_Verdaux_Impl< ELFT > | Elf_Verdaux |
Public Member Functions | |
| const Elf_Verdaux * | getAux () const |
| Get the first Verdaux entry for this Verdef. More... | |
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 |
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 236 of file ELFTypes.h.
| typedef Elf_Verdaux_Impl<ELFT> llvm::object::Elf_Verdef_Impl< ELFT >::Elf_Verdaux |
Definition at line 238 of file ELFTypes.h.
|
inline |
Get the first Verdaux entry for this Verdef.
Definition at line 248 of file ELFTypes.h.
| Elf_Word llvm::object::Elf_Verdef_Impl< ELFT >::vd_aux |
Definition at line 244 of file ELFTypes.h.
| Elf_Half llvm::object::Elf_Verdef_Impl< ELFT >::vd_cnt |
Definition at line 242 of file ELFTypes.h.
| Elf_Half llvm::object::Elf_Verdef_Impl< ELFT >::vd_flags |
Definition at line 240 of file ELFTypes.h.
| Elf_Word llvm::object::Elf_Verdef_Impl< ELFT >::vd_hash |
Definition at line 243 of file ELFTypes.h.
| Elf_Half llvm::object::Elf_Verdef_Impl< ELFT >::vd_ndx |
Definition at line 241 of file ELFTypes.h.
| Elf_Word llvm::object::Elf_Verdef_Impl< ELFT >::vd_next |
Definition at line 245 of file ELFTypes.h.
| Elf_Half llvm::object::Elf_Verdef_Impl< ELFT >::vd_version |
Definition at line 239 of file ELFTypes.h.
1.8.6