PutSection
void PutSection(ElfSection* section);
fElfFile->PutSection(fElfSection);
debugInfoFile->PutSection(fDebugInfoSection);
debugInfoFile->PutSection(fDebugAbbrevSection);
debugInfoFile->PutSection(fDebugAddressSection);
debugInfoFile->PutSection(fDebugStringSection);
debugInfoFile->PutSection(fDebugStrOffsetsSection);
debugInfoFile->PutSection(fDebugRangesSection);
debugInfoFile->PutSection(fDebugLineSection);
debugInfoFile->PutSection(fDebugLineStrSection);
debugInfoFile->PutSection(fDebugFrameSection);
fElfFile->PutSection(fEHFrameSection);
debugInfoFile->PutSection(fDebugLocationSection);
debugInfoFile->PutSection(fDebugPublicTypesSection);