mirror of https://github.com/zeldaret/tp.git
57 lines
3.1 KiB
Python
57 lines
3.1 KiB
Python
#
|
|
# Generate By: dol2asm
|
|
# Module: 722
|
|
#
|
|
|
|
# Libraries
|
|
LIBRARIES = [
|
|
"d/a/tag/d_a_tag_guard",
|
|
]
|
|
|
|
# Translation Units
|
|
TRANSLATION_UNITS = [
|
|
"executor",
|
|
"unknown_translation_unit_ctors",
|
|
"unknown_translation_unit_dtors",
|
|
"d_a_tag_guard",
|
|
]
|
|
|
|
# Sections
|
|
SECTIONS = [
|
|
".text",
|
|
".ctors",
|
|
".dtors",
|
|
".data",
|
|
]
|
|
|
|
# Symbols
|
|
SYMBOLS = [
|
|
{'addr':0x80D59780,'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':0x80D597AC,'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':0x80D597D8,'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':0x80D597F8,'size':100,'pad':0,'label':"getAppearPoint__12daTagGuard_cFP3Vec",'name':"getAppearPoint__12daTagGuard_cFP3Vec",'lib':-1,'tu':3,'section':0,'class_template':False,'static':False,'is_reachable':False,'r':[0,0,1],'sh':[0,0,0],'type':"ASMFunction"},
|
|
{'addr':0x80D5985C,'size':204,'pad':0,'label':"createGuard__12daTagGuard_cFUl",'name':"createGuard__12daTagGuard_cFUl",'lib':-1,'tu':3,'section':0,'class_template':False,'static':False,'is_reachable':False,'r':[0,0,1],'sh':[0,0,0],'type':"ASMFunction"},
|
|
{'addr':0x80D59928,'size':184,'pad':0,'label':"daTagGuard_Create__FP10fopAc_ac_c",'name':"daTagGuard_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':0x80D599E0,'size':48,'pad':0,'label':"daTagGuard_Delete__FP12daTagGuard_c",'name':"daTagGuard_Delete__FP12daTagGuard_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':0x80D59A10,'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':0x80D59A14,'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':0x80D59A18,'size':32,'pad':0,'label':"l_daTagGuard_Method",'name':"l_daTagGuard_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':0x80D59A38,'size':48,'pad':0,'label':"g_profile_TAG_GUARD",'name':"g_profile_TAG_GUARD",'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,
|
|
"getAppearPoint__12daTagGuard_cFP3Vec":3,
|
|
"createGuard__12daTagGuard_cFUl":4,
|
|
"daTagGuard_Create__FP10fopAc_ac_c":5,
|
|
"daTagGuard_Delete__FP12daTagGuard_c":6,
|
|
"_ctors":7,
|
|
"_dtors":8,
|
|
"l_daTagGuard_Method":9,
|
|
"g_profile_TAG_GUARD":10,
|
|
}
|
|
|