LLVM 19.0.0git
Public Attributes | List of all members
llvm::object::Elf_Versym_Impl< ELFT > Struct Template Reference

Elf_Versym: This is the structure of entries in the SHT_GNU_versym section (.gnu.version). More...

#include "llvm/Object/ELFTypes.h"

Public Attributes

Elf_Half vs_index
 

Detailed Description

template<class ELFT>
struct llvm::object::Elf_Versym_Impl< ELFT >

Elf_Versym: This is the structure of entries in the SHT_GNU_versym section (.gnu.version).

This structure is identical for ELF32 and ELF64.

Definition at line 291 of file ELFTypes.h.

Member Data Documentation

◆ vs_index

template<class ELFT >
Elf_Half llvm::object::Elf_Versym_Impl< ELFT >::vs_index

Definition at line 293 of file ELFTypes.h.


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