Home
last modified time | relevance | path

Searched refs:pout (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/gold/
Dbinary.cc204 unsigned char* pout = buffer; in sized_convert() local
206 this->write_file_header<size, big_endian>(&pout); in sized_convert()
210 0, 0, &pout); in sized_convert()
220 1, 0, &pout); in sized_convert()
224 3, 1, align, sym_size, &pout); in sized_convert()
229 0, 0, 1, 0, &pout); in sized_convert()
234 0, 0, 1, 0, &pout); in sized_convert()
238 memcpy(pout, fileview, filesize); in sized_convert()
239 pout += filesize; in sized_convert()
240 memset(pout, 0, aligned_filesize - filesize); in sized_convert()
[all …]