Searched refs:PutSection (Results 1 – 3 of 3) sorted by relevance
49 fElfFile->PutSection(fElfSection); in ~AutoSectionPutter()527 debugInfoFile->PutSection(fDebugInfoSection); in ~DwarfFile()528 debugInfoFile->PutSection(fDebugAbbrevSection); in ~DwarfFile()529 debugInfoFile->PutSection(fDebugAddressSection); in ~DwarfFile()530 debugInfoFile->PutSection(fDebugStringSection); in ~DwarfFile()531 debugInfoFile->PutSection(fDebugStrOffsetsSection); in ~DwarfFile()532 debugInfoFile->PutSection(fDebugRangesSection); in ~DwarfFile()533 debugInfoFile->PutSection(fDebugLineSection); in ~DwarfFile()534 debugInfoFile->PutSection(fDebugLineStrSection); in ~DwarfFile()535 debugInfoFile->PutSection(fDebugFrameSection); in ~DwarfFile()[all …]
137 void PutSection(ElfSection* section);
268 ElfFile::PutSection(ElfSection* section) in PutSection() function in ElfFile