Searched refs:as_text (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/x86/tools/
H A Drelocs_common.c22 int as_text, use_real_mode; local
31 as_text = 0;
50 as_text = 1;
76 process_64(fp, use_real_mode, as_text,
80 process_32(fp, use_real_mode, as_text,
H A Drelocs.h33 void process_32(FILE *fp, int use_real_mode, int as_text,
36 void process_64(FILE *fp, int use_real_mode, int as_text,
H A Drelocs.c1071 static void emit_relocs(int as_text, int use_real_mode) argument
1106 if (as_text) {
1178 void process(FILE *fp, int use_real_mode, int as_text, argument
1202 emit_relocs(as_text, use_real_mode);
/linux-master/arch/mips/boot/tools/
H A Drelocs_main.c31 int show_reloc_info, as_text, as_bin, keep_relocs; local
38 as_text = 0;
51 as_text = 1;
80 process_64(fp, as_text, as_bin, show_reloc_info, keep_relocs);
82 process_32(fp, as_text, as_bin, show_reloc_info, keep_relocs);
H A Drelocs.h42 void process_32(FILE *fp, int as_text, int as_bin,
44 void process_64(FILE *fp, int as_text, int as_bin,
H A Drelocs.c572 static void emit_relocs(int as_text, int as_bin, FILE *outf) argument
590 if (as_text) {
665 void process(FILE *fp, int as_text, int as_bin, argument
678 emit_relocs(as_text, as_bin, fp);

Completed in 146 milliseconds