mirror of https://github.com/zeldaret/tp.git
60 lines
3.4 KiB
Python
60 lines
3.4 KiB
Python
#
|
|
# Generate By: dol2asm
|
|
# Module: 748
|
|
#
|
|
|
|
# Libraries
|
|
LIBRARIES = [
|
|
"d/a/tag/d_a_tag_theB_hint",
|
|
]
|
|
|
|
# Translation Units
|
|
TRANSLATION_UNITS = [
|
|
"executor",
|
|
"unknown_translation_unit_ctors",
|
|
"unknown_translation_unit_dtors",
|
|
"d_a_tag_theB_hint",
|
|
]
|
|
|
|
# Sections
|
|
SECTIONS = [
|
|
".text",
|
|
".ctors",
|
|
".dtors",
|
|
".rodata",
|
|
".data",
|
|
]
|
|
|
|
# Symbols
|
|
SYMBOLS = [
|
|
{'addr':0x80D63C60,'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':0x80D63C8C,'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':0x80D63CB8,'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':0x80D63CD8,'size':116,'pad':0,'label':"daTagTheBHint_Create__FP10fopAc_ac_c",'name':"daTagTheBHint_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':0x80D63D4C,'size':48,'pad':0,'label':"daTagTheBHint_Delete__FP15daTagTheBHint_c",'name':"daTagTheBHint_Delete__FP15daTagTheBHint_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':0x80D63D7C,'size':208,'pad':0,'label':"daTagTheBHint_Execute__FP15daTagTheBHint_c",'name':"daTagTheBHint_Execute__FP15daTagTheBHint_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':0x80D63E4C,'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':0x80D63E50,'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':0x80D63E54,'size':4,'pad':4,'label':"lit_3831",'name':"@3831",'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':0x80D63E5C,'size':8,'pad':0,'label':"lit_3832",'name':"@3832",'lib':-1,'tu':3,'section':3,'class_template':None,'static':True,'is_reachable':False,'r':[1,0,0],'sh':[0,0,0],'type':"ArbitraryData"},
|
|
{'addr':0x80D63E64,'size':32,'pad':0,'label':"l_daTagTheBHint_Method",'name':"l_daTagTheBHint_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':0x80D63E84,'size':48,'pad':0,'label':"g_profile_Tag_TheBHint",'name':"g_profile_Tag_TheBHint",'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,
|
|
"daTagTheBHint_Create__FP10fopAc_ac_c":3,
|
|
"daTagTheBHint_Delete__FP15daTagTheBHint_c":4,
|
|
"daTagTheBHint_Execute__FP15daTagTheBHint_c":5,
|
|
"_ctors":6,
|
|
"_dtors":7,
|
|
"lit_3831":8,
|
|
"lit_3832":9,
|
|
"l_daTagTheBHint_Method":10,
|
|
"g_profile_Tag_TheBHint":11,
|
|
}
|
|
|