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