Searched refs:as_text (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/boot/tools/ |
D | relocs_main.c | 31 int show_reloc_info, as_text, as_bin, keep_relocs; in main() local 38 as_text = 0; in main() 51 as_text = 1; in main() 80 process_64(fp, as_text, as_bin, show_reloc_info, keep_relocs); in main() 82 process_32(fp, as_text, as_bin, show_reloc_info, keep_relocs); in main()
|
D | relocs.h | 42 void process_32(FILE *fp, int as_text, int as_bin, 44 void process_64(FILE *fp, int as_text, int as_bin,
|
D | relocs.c | 572 static void emit_relocs(int as_text, int as_bin, FILE *outf) in emit_relocs() argument 590 if (as_text) { in emit_relocs() 665 void process(FILE *fp, int as_text, int as_bin, in process() argument 678 emit_relocs(as_text, as_bin, fp); in process()
|
/kernel/linux/linux-5.10/arch/x86/tools/ |
D | relocs_common.c | 22 int as_text, use_real_mode; in main() local 31 as_text = 0; in main() 50 as_text = 1; in main() 76 process_64(fp, use_real_mode, as_text, in main() 80 process_32(fp, use_real_mode, as_text, in main()
|
D | relocs.h | 32 void process_32(FILE *fp, int use_real_mode, int as_text, 35 void process_64(FILE *fp, int use_real_mode, int as_text,
|
D | relocs.c | 1004 static void emit_relocs(int as_text, int use_real_mode) in emit_relocs() argument 1039 if (as_text) { in emit_relocs() 1111 void process(FILE *fp, int use_real_mode, int as_text, in process() argument 1135 emit_relocs(as_text, use_real_mode); in process()
|