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

Description

32-bit format of an ELF symbol.

Definition at line 19142 of file binaryInstruction.C.

Public Attributes

uint32_t st_name
 Name offset into string table.
 
uint32_t st_value
 Value: absolute value, address, etc.
 
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

◆ st_name

uint32_t SgAsmElfSymbol::Elf32SymbolEntry_disk::st_name

Name offset into string table.

Definition at line 19143 of file binaryInstruction.C.

◆ st_value

uint32_t SgAsmElfSymbol::Elf32SymbolEntry_disk::st_value

Value: absolute value, address, etc.

depending on sym type

Definition at line 19144 of file binaryInstruction.C.

◆ st_size

uint32_t SgAsmElfSymbol::Elf32SymbolEntry_disk::st_size

Symbol size in bytes.

Definition at line 19145 of file binaryInstruction.C.

◆ st_info

unsigned char SgAsmElfSymbol::Elf32SymbolEntry_disk::st_info

Type and binding attributes.

Definition at line 19146 of file binaryInstruction.C.

◆ st_res1

unsigned char SgAsmElfSymbol::Elf32SymbolEntry_disk::st_res1

Reserved; always zero.

Definition at line 19147 of file binaryInstruction.C.

◆ st_shndx

uint16_t SgAsmElfSymbol::Elf32SymbolEntry_disk::st_shndx

Section index or special meaning.

Definition at line 19148 of file binaryInstruction.C.


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