Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Di386msdos.c47 file_ptr outfile_size = sizeof(hdr); in msdos_write_object_contents() local
67 if (sec_end > outfile_size) in msdos_write_object_contents()
68 outfile_size = sec_end; in msdos_write_object_contents()
89 H_PUT_16 (abfd, outfile_size & (EXE_PAGE_SIZE - 1), &hdr[2]); in msdos_write_object_contents()
92 H_PUT_16 (abfd, (outfile_size + EXE_PAGE_SIZE - 1) / EXE_PAGE_SIZE, &hdr[4]); in msdos_write_object_contents()