ROSE  0.11.145.0
Public Attributes | List of all members
SgAsmElfSymbol::Elf32SymbolEntry_disk Struct Reference

Description

32-bit format of an ELF symbol.

Definition at line 17027 of file binaryInstruction.C.

Public Attributes

uint32_t st_name
 Name offset into string table.
 
uint32_t st_value
 Value: absolute value, address, etc. More...
 
uint32_t st_size
 Symbol size in bytes.
 
unsigned char st_info
 Type and binding attributes.
 
unsigned char st_res1
 Reserved; always zero.
 
uint16_t st_shndx
 Section index or special meaning.
 

Member Data Documentation

uint32_t SgAsmElfSymbol::Elf32SymbolEntry_disk::st_value

Value: absolute value, address, etc.

depending on sym type

Definition at line 17029 of file binaryInstruction.C.


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