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.Relocation Class Reference

Public Member Functions

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

Data Fields

 sh_type
 
 r_info
 
 r_addend
 
 sym_index
 
 rel_type
 

Constructor & Destructor Documentation

◆ __init__()

def asm-processor.Relocation.__init__ (   self,
  data,
  sh_type 
)

Member Function Documentation

◆ to_bin()

def asm-processor.Relocation.to_bin (   self)

Field Documentation

◆ r_addend

asm-processor.Relocation.r_addend

◆ r_info

asm-processor.Relocation.r_info

◆ rel_type

asm-processor.Relocation.rel_type

◆ sh_type

asm-processor.Relocation.sh_type

◆ sym_index

asm-processor.Relocation.sym_index

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