mirror of https://github.com/zeldaret/tp.git
59 lines
3.3 KiB
Python
59 lines
3.3 KiB
Python
#
|
|
# Generate By: dol2asm
|
|
# Module: 129
|
|
#
|
|
|
|
# Libraries
|
|
LIBRARIES = [
|
|
"d/a/tag/d_a_tag_magne",
|
|
]
|
|
|
|
# Translation Units
|
|
TRANSLATION_UNITS = [
|
|
"executor",
|
|
"unknown_translation_unit_ctors",
|
|
"unknown_translation_unit_dtors",
|
|
"d_a_tag_magne",
|
|
]
|
|
|
|
# Sections
|
|
SECTIONS = [
|
|
".text",
|
|
".ctors",
|
|
".dtors",
|
|
".data",
|
|
]
|
|
|
|
# Symbols
|
|
SYMBOLS = [
|
|
{'addr':0x805A5420,'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':0x805A544C,'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':0x805A5478,'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':0x805A5498,'size':68,'pad':0,'label':"Create__12daTagMagne_cFv",'name':"Create__12daTagMagne_cFv",'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':0x805A54DC,'size':156,'pad':0,'label':"create__12daTagMagne_cFv",'name':"create__12daTagMagne_cFv",'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':0x805A5578,'size':20,'pad':0,'label':"_delete__12daTagMagne_cFv",'name':"_delete__12daTagMagne_cFv",'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':0x805A558C,'size':32,'pad':0,'label':"daTagMagne_Delete__FP12daTagMagne_c",'name':"daTagMagne_Delete__FP12daTagMagne_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':0x805A55AC,'size':32,'pad':0,'label':"daTagMagne_Create__FP10fopAc_ac_c",'name':"daTagMagne_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':0x805A55CC,'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':0x805A55D0,'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':0x805A55D4,'size':32,'pad':0,'label':"l_daTagMagne_Method",'name':"l_daTagMagne_Method",'lib':-1,'tu':3,'section':3,'class_template':None,'static':True,'is_reachable':False,'r':[1,0,0],'sh':[0,0,0],'type':"ReferenceArray"},
|
|
{'addr':0x805A55F4,'size':48,'pad':0,'label':"g_profile_Tag_Magne",'name':"g_profile_Tag_Magne",'lib':-1,'tu':3,'section':3,'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,
|
|
"Create__12daTagMagne_cFv":3,
|
|
"create__12daTagMagne_cFv":4,
|
|
"_delete__12daTagMagne_cFv":5,
|
|
"daTagMagne_Delete__FP12daTagMagne_c":6,
|
|
"daTagMagne_Create__FP10fopAc_ac_c":7,
|
|
"_ctors":8,
|
|
"_dtors":9,
|
|
"l_daTagMagne_Method":10,
|
|
"g_profile_Tag_Magne":11,
|
|
}
|
|
|