예제 #1
0
파일: frame.py 프로젝트: arowser/pydevtools
 def __init__(self, dwarf):
     SectionLoader.__init__(self, dwarf, '.debug_frame', debugFrameEntry)
예제 #2
0
파일: frame.py 프로젝트: slowpy/dwarf_to_c
 def __init__(self, dwarf):
     SectionLoader.__init__(self, dwarf, '.debug_frame', debugFrameEntry)
예제 #3
0
 def __init__(self, dwarf):
     SectionLoader.__init__(self, dwarf, '.debug_aranges', ARanges)
예제 #4
0
파일: loc.py 프로젝트: arowser/pydevtools
 def __init__(self, dwarf):
     SectionLoader.__init__(self, dwarf, '.debug_loc', locationEntry)
예제 #5
0
 def __init__(self, dwarf):
     SectionLoader.__init__(self, dwarf, '.debug_aranges', ARanges)
예제 #6
0
 def __init__(self, dwarf):
     SectionLoader.__init__(self, dwarf, '.debug_pubnames', PubNames)
예제 #7
0
 def __init__(self, dwarf):
     SectionLoader.__init__(self, dwarf, '.debug_loc', locationEntry)