Searched refs:outf (Results 1 – 1 of 1) sorted by relevance
577 static void emit_relocs(int as_text, int as_bin, FILE *outf) in emit_relocs() argument603 outf = stdout; in emit_relocs()606 outf = stdout; in emit_relocs()612 if (fseek(outf, sec_reloc->shdr.sh_offset, SEEK_SET) < 0) { in emit_relocs()619 size += write_reloc(relocs.offset[i], outf); in emit_relocs()623 size += write_reloc(0, outf); in emit_relocs()
Completed in 6 milliseconds