示例#1
0
 def __init__(self, dwarf):
     SectionCache.__init__(self, dwarf, '.debug_abbrev', abbrev_dict)
示例#2
0
 def __init__(self, dwarf):
     SectionCache.__init__(self, dwarf, '.debug_abbrev', abbrev_dict)
示例#3
0
 def __init__(self, dwarf):
     SectionCache.__init__(self, dwarf, '.debug_line', StatementProgram,
                           'stmt_list')
示例#4
0
 def __init__(self, dwarf):
     SectionCache.__init__(self, dwarf, '.debug_ranges', Ranges)
示例#5
0
 def __init__(self, dwarf):
     SectionCache.__init__(self, dwarf, '.debug_line', StatementProgram, 'stmt_list')