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