Searched refs:NotesOS (Results 1 – 1 of 1) sorted by relevance
472 raw_fd_ostream NotesOS(NotesTemp->FD, false); in addELFNotes() local534 support::endian::write<uint32_t>(NotesOS, NameSz, Endianness); in addELFNotes()535 support::endian::write<uint32_t>(NotesOS, DescSz, Endianness); in addELFNotes()536 support::endian::write<uint32_t>(NotesOS, N.Type, Endianness); in addELFNotes()538 NotesOS << N.Name; in addELFNotes()539 emitPadding(NotesOS, NameSz); in addELFNotes()543 NotesOS << N.Desc; in addELFNotes()544 emitPadding(NotesOS, DescSz); in addELFNotes()546 NotesOS.flush(); in addELFNotes()