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