Exemple #1
0
 def __init__(self, dwarf):
     SectionLoader.__init__(self, dwarf, '.debug_frame', debugFrameEntry)
Exemple #2
0
 def __init__(self, dwarf):
     SectionLoader.__init__(self, dwarf, '.debug_frame', debugFrameEntry)
Exemple #3
0
 def __init__(self, dwarf):
     SectionLoader.__init__(self, dwarf, '.debug_aranges', ARanges)
Exemple #4
0
 def __init__(self, dwarf):
     SectionLoader.__init__(self, dwarf, '.debug_loc', locationEntry)
Exemple #5
0
 def __init__(self, dwarf):
     SectionLoader.__init__(self, dwarf, '.debug_aranges', ARanges)
Exemple #6
0
 def __init__(self, dwarf):
     SectionLoader.__init__(self, dwarf, '.debug_pubnames', PubNames)
Exemple #7
0
 def __init__(self, dwarf):
     SectionLoader.__init__(self, dwarf, '.debug_loc', locationEntry)