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