LIEF: Library to Instrument Executable Formats Version 0.15.1
Loading...
Searching...
No Matches
Elf_Symbol_t Struct Reference

#include <Symbol.h>

Public Attributes

const char * name
 
uint32_t type
 
uint32_t binding
 
uint8_t information
 
uint8_t other
 
uint16_t shndx
 
uint64_t value
 
uint64_t size
 
bool is_exported
 
bool is_imported
 

Member Data Documentation

◆ binding

uint32_t Elf_Symbol_t::binding

◆ information

uint8_t Elf_Symbol_t::information

◆ is_exported

bool Elf_Symbol_t::is_exported

Whether or not the symbol is exported

◆ is_imported

bool Elf_Symbol_t::is_imported

Whether or not the symbol is imported

◆ name

const char* Elf_Symbol_t::name

◆ other

uint8_t Elf_Symbol_t::other

◆ shndx

uint16_t Elf_Symbol_t::shndx

◆ size

uint64_t Elf_Symbol_t::size

◆ type

uint32_t Elf_Symbol_t::type

◆ value

uint64_t Elf_Symbol_t::value

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