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

Description

32-bit format of an ELF symbol.

Definition at line 20037 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 20038 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 20039 of file binaryInstruction.C.

◆ st_size

uint32_t SgAsmElfSymbol::Elf32SymbolEntry_disk::st_size

Symbol size in bytes.

Definition at line 20040 of file binaryInstruction.C.

◆ st_info

unsigned char SgAsmElfSymbol::Elf32SymbolEntry_disk::st_info

Type and binding attributes.

Definition at line 20041 of file binaryInstruction.C.

◆ st_res1

unsigned char SgAsmElfSymbol::Elf32SymbolEntry_disk::st_res1

Reserved; always zero.

Definition at line 20042 of file binaryInstruction.C.

◆ st_shndx

uint16_t SgAsmElfSymbol::Elf32SymbolEntry_disk::st_shndx

Section index or special meaning.

Definition at line 20043 of file binaryInstruction.C.


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