Searched refs:pic_code (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-m32r.h | 88 extern int pic_code;
|
| D | tc-m32r.c | 74 int pic_code; variable 361 pic_code = 1; in md_parse_option() 2213 if (pic_code in m32r_fix_adjustable() 2263 if (pic_code) in tc_gen_reloc() 2332 else if ((!pic_code in tc_gen_reloc()
|
| D | tc-arm.c | 151 static int pic_code = FALSE; variable 11473 if (pic_code) flags |= F_PIC; in md_begin() 11679 {"k", N_("generate PIC code"), &pic_code, 1, NULL}, 11687 {"mapcs-reentrant", N_("re-entrant code"), &pic_code, 1, NULL},
|