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