Home
last modified time | relevance | path

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

/linux/arch/mips/boot/tools/
H A Drelocs.c582 int (*write_reloc)(uint32_t, FILE *) = write_reloc_as_bin; in emit_relocs() local
604 write_reloc = write_reloc_as_text; in emit_relocs()
621 size += write_reloc(relocs.offset[i], outf); in emit_relocs()
625 size += write_reloc(0, outf); in emit_relocs()