mirror of https://github.com/zeldaret/tp.git
62 lines
3.7 KiB
Python
62 lines
3.7 KiB
Python
#
|
|
# Generate By: dol2asm
|
|
# Module: 74
|
|
#
|
|
|
|
# Libraries
|
|
LIBRARIES = [
|
|
"d/a/kytag/d_a_kytag05",
|
|
]
|
|
|
|
# Translation Units
|
|
TRANSLATION_UNITS = [
|
|
"executor",
|
|
"unknown_translation_unit_ctors",
|
|
"unknown_translation_unit_dtors",
|
|
"d_a_kytag05",
|
|
]
|
|
|
|
# Sections
|
|
SECTIONS = [
|
|
".text",
|
|
".ctors",
|
|
".dtors",
|
|
".rodata",
|
|
".data",
|
|
]
|
|
|
|
# Symbols
|
|
SYMBOLS = [
|
|
{'addr':0x805289E0,'size':44,'pad':0,'label':"_prolog",'name':"_prolog",'lib':-1,'tu':0,'section':0,'class_template':None,'static':False,'is_reachable':True,'r':[0,1,0],'sh':[0,0,0],'type':"ASMFunction"},
|
|
{'addr':0x80528A0C,'size':44,'pad':0,'label':"_epilog",'name':"_epilog",'lib':-1,'tu':0,'section':0,'class_template':None,'static':False,'is_reachable':True,'r':[0,1,0],'sh':[0,0,0],'type':"ASMFunction"},
|
|
{'addr':0x80528A38,'size':32,'pad':0,'label':"_unresolved",'name':"_unresolved",'lib':-1,'tu':0,'section':0,'class_template':None,'static':False,'is_reachable':True,'r':[0,1,0],'sh':[0,0,0],'type':"ASMFunction"},
|
|
{'addr':0x80528A58,'size':8,'pad':0,'label':"daKytag05_Draw__FP13kytag05_class",'name':"daKytag05_Draw__FP13kytag05_class",'lib':-1,'tu':3,'section':0,'class_template':False,'static':True,'is_reachable':False,'r':[1,0,0],'sh':[0,0,0],'type':"ReturnFunction"},
|
|
{'addr':0x80528A60,'size':8,'pad':0,'label':"daKytag05_Execute__FP13kytag05_class",'name':"daKytag05_Execute__FP13kytag05_class",'lib':-1,'tu':3,'section':0,'class_template':False,'static':True,'is_reachable':False,'r':[1,0,0],'sh':[0,0,0],'type':"ReturnFunction"},
|
|
{'addr':0x80528A68,'size':8,'pad':0,'label':"daKytag05_IsDelete__FP13kytag05_class",'name':"daKytag05_IsDelete__FP13kytag05_class",'lib':-1,'tu':3,'section':0,'class_template':False,'static':True,'is_reachable':False,'r':[1,0,0],'sh':[0,0,0],'type':"ReturnFunction"},
|
|
{'addr':0x80528A70,'size':8,'pad':0,'label':"daKytag05_Delete__FP13kytag05_class",'name':"daKytag05_Delete__FP13kytag05_class",'lib':-1,'tu':3,'section':0,'class_template':False,'static':True,'is_reachable':False,'r':[1,0,0],'sh':[0,0,0],'type':"ReturnFunction"},
|
|
{'addr':0x80528A78,'size':152,'pad':0,'label':"daKytag05_Create__FP10fopAc_ac_c",'name':"daKytag05_Create__FP10fopAc_ac_c",'lib':-1,'tu':3,'section':0,'class_template':False,'static':True,'is_reachable':False,'r':[1,0,0],'sh':[0,0,0],'type':"ASMFunction"},
|
|
{'addr':0x80528B10,'size':4,'pad':0,'label':"_ctors",'name':"_ctors",'lib':-1,'tu':1,'section':1,'class_template':None,'static':False,'is_reachable':True,'r':[0,1,0],'sh':[0,0,0],'type':"LinkerGenerated"},
|
|
{'addr':0x80528B14,'size':4,'pad':0,'label':"_dtors",'name':"_dtors",'lib':-1,'tu':2,'section':2,'class_template':None,'static':False,'is_reachable':True,'r':[0,1,0],'sh':[0,0,0],'type':"LinkerGenerated"},
|
|
{'addr':0x80528B18,'size':4,'pad':0,'label':"lit_3665",'name':"@3665",'lib':-1,'tu':3,'section':3,'class_template':None,'static':True,'is_reachable':False,'r':[1,0,0],'sh':[0,0,0],'type':"FloatingPoint"},
|
|
{'addr':0x80528B1C,'size':32,'pad':0,'label':"l_daKytag05_Method",'name':"l_daKytag05_Method",'lib':-1,'tu':3,'section':4,'class_template':None,'static':True,'is_reachable':False,'r':[1,0,0],'sh':[0,0,0],'type':"ReferenceArray"},
|
|
{'addr':0x80528B3C,'size':48,'pad':0,'label':"g_profile_KYTAG05",'name':"g_profile_KYTAG05",'lib':-1,'tu':3,'section':4,'class_template':None,'static':False,'is_reachable':False,'r':[0,0,1],'sh':[0,0,0],'type':"ReferenceArray"},
|
|
]
|
|
|
|
# Names
|
|
SYMBOL_NAMES = {
|
|
"_prolog":0,
|
|
"_epilog":1,
|
|
"_unresolved":2,
|
|
"daKytag05_Draw__FP13kytag05_class":3,
|
|
"daKytag05_Execute__FP13kytag05_class":4,
|
|
"daKytag05_IsDelete__FP13kytag05_class":5,
|
|
"daKytag05_Delete__FP13kytag05_class":6,
|
|
"daKytag05_Create__FP10fopAc_ac_c":7,
|
|
"_ctors":8,
|
|
"_dtors":9,
|
|
"lit_3665":10,
|
|
"l_daKytag05_Method":11,
|
|
"g_profile_KYTAG05":12,
|
|
}
|
|
|