write_reloc 575 arch/mips/boot/tools/relocs.c int (*write_reloc)(uint32_t, FILE *) = write_reloc_as_bin; write_reloc 597 arch/mips/boot/tools/relocs.c write_reloc = write_reloc_as_text; write_reloc 614 arch/mips/boot/tools/relocs.c size += write_reloc(relocs.offset[i], outf); write_reloc 618 arch/mips/boot/tools/relocs.c size += write_reloc(0, outf); write_reloc 1003 arch/x86/tools/relocs.c int (*write_reloc)(uint32_t, FILE *) = write32; write_reloc 1041 arch/x86/tools/relocs.c write_reloc = write32_as_text; write_reloc 1045 arch/x86/tools/relocs.c write_reloc(relocs16.count, stdout); write_reloc 1047 arch/x86/tools/relocs.c write_reloc(relocs16.offset[i], stdout); write_reloc 1049 arch/x86/tools/relocs.c write_reloc(relocs32.count, stdout); write_reloc 1051 arch/x86/tools/relocs.c write_reloc(relocs32.offset[i], stdout); write_reloc 1055 arch/x86/tools/relocs.c write_reloc(0, stdout); write_reloc 1059 arch/x86/tools/relocs.c write_reloc(relocs64.offset[i], stdout); write_reloc 1062 arch/x86/tools/relocs.c write_reloc(0, stdout); write_reloc 1066 arch/x86/tools/relocs.c write_reloc(relocs32neg.offset[i], stdout); write_reloc 1070 arch/x86/tools/relocs.c write_reloc(0, stdout); write_reloc 1074 arch/x86/tools/relocs.c write_reloc(relocs32.offset[i], stdout);