Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
Public Member Functions | Data Fields
asm-processor.Symbol Class Reference

Public Member Functions

def __init__ (self, data, strtab)
 
def to_bin (self)
 

Data Fields

 st_shndx
 
 bind
 
 type
 
 name
 
 visibility
 

Detailed Description

typedef struct {
    Elf32_Word      st_name;
    Elf32_Addr      st_value;
    Elf32_Word      st_size;
    unsigned char   st_info;
    unsigned char   st_other;
    Elf32_Half      st_shndx;
} Elf32_Sym;

Constructor & Destructor Documentation

◆ __init__()

def asm-processor.Symbol.__init__ (   self,
  data,
  strtab 
)

Member Function Documentation

◆ to_bin()

def asm-processor.Symbol.to_bin (   self)

Field Documentation

◆ bind

asm-processor.Symbol.bind

◆ name

asm-processor.Symbol.name

◆ st_shndx

asm-processor.Symbol.st_shndx

◆ type

asm-processor.Symbol.type

◆ visibility

asm-processor.Symbol.visibility

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