|
LLVM
4.0.0
|
Elf_Verneed: This is the structure of entries in the SHT_GNU_verneed section (.gnu.version_r). More...
#include <ELFTypes.h>
Public Attributes | |
| Elf_Half | vn_version |
| Elf_Half | vn_cnt |
| Elf_Word | vn_file |
| Elf_Word | vn_aux |
| Elf_Word | vn_next |
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 32 of file ELFTypes.h.
| Elf_Word llvm::object::Elf_Verneed_Impl< ELFT >::vn_aux |
Definition at line 319 of file ELFTypes.h.
| Elf_Half llvm::object::Elf_Verneed_Impl< ELFT >::vn_cnt |
Definition at line 317 of file ELFTypes.h.
| Elf_Word llvm::object::Elf_Verneed_Impl< ELFT >::vn_file |
Definition at line 318 of file ELFTypes.h.
| Elf_Word llvm::object::Elf_Verneed_Impl< ELFT >::vn_next |
Definition at line 320 of file ELFTypes.h.
| Elf_Half llvm::object::Elf_Verneed_Impl< ELFT >::vn_version |
Definition at line 316 of file ELFTypes.h.
1.8.6