def __init__(self, dwarf): SectionLoader.__init__(self, dwarf, '.debug_frame', debugFrameEntry)
def __init__(self, dwarf): SectionLoader.__init__(self, dwarf, '.debug_aranges', ARanges)
def __init__(self, dwarf): SectionLoader.__init__(self, dwarf, '.debug_loc', locationEntry)
def __init__(self, dwarf): SectionLoader.__init__(self, dwarf, '.debug_pubnames', PubNames)