Home
last modified time | relevance | path

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

/arch/mips/boot/tools/
A Drelocs.c577 static void emit_relocs(int as_text, int as_bin, FILE *outf) in emit_relocs() argument
603 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 4 milliseconds