as_text 572 arch/mips/boot/tools/relocs.c static void emit_relocs(int as_text, int as_bin, FILE *outf) as_text 590 arch/mips/boot/tools/relocs.c if (as_text) { as_text 665 arch/mips/boot/tools/relocs.c void process(FILE *fp, int as_text, int as_bin, as_text 678 arch/mips/boot/tools/relocs.c emit_relocs(as_text, as_bin, fp); as_text 42 arch/mips/boot/tools/relocs.h void process_32(FILE *fp, int as_text, int as_bin, as_text 44 arch/mips/boot/tools/relocs.h void process_64(FILE *fp, int as_text, int as_bin, as_text 31 arch/mips/boot/tools/relocs_main.c int show_reloc_info, as_text, as_bin, keep_relocs; as_text 38 arch/mips/boot/tools/relocs_main.c as_text = 0; as_text 51 arch/mips/boot/tools/relocs_main.c as_text = 1; as_text 80 arch/mips/boot/tools/relocs_main.c process_64(fp, as_text, as_bin, show_reloc_info, keep_relocs); as_text 82 arch/mips/boot/tools/relocs_main.c process_32(fp, as_text, as_bin, show_reloc_info, keep_relocs); as_text 1000 arch/x86/tools/relocs.c static void emit_relocs(int as_text, int use_real_mode) as_text 1035 arch/x86/tools/relocs.c if (as_text) { as_text 1107 arch/x86/tools/relocs.c void process(FILE *fp, int use_real_mode, int as_text, as_text 1131 arch/x86/tools/relocs.c emit_relocs(as_text, use_real_mode); as_text 32 arch/x86/tools/relocs.h void process_32(FILE *fp, int use_real_mode, int as_text, as_text 35 arch/x86/tools/relocs.h void process_64(FILE *fp, int use_real_mode, int as_text, as_text 22 arch/x86/tools/relocs_common.c int as_text, use_real_mode; as_text 31 arch/x86/tools/relocs_common.c as_text = 0; as_text 50 arch/x86/tools/relocs_common.c as_text = 1; as_text 76 arch/x86/tools/relocs_common.c process_64(fp, use_real_mode, as_text, as_text 80 arch/x86/tools/relocs_common.c process_32(fp, use_real_mode, as_text,