Home
last modified time | relevance | path

Searched refs:pic_code (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-m32r.h82 extern int pic_code;
Dtc-m32r.c72 int pic_code; variable
359 pic_code = 1; in md_parse_option()
2159 if (pic_code in m32r_fix_adjustable()
2220 if (pic_code) in tc_gen_reloc()
2290 else if ((!pic_code in tc_gen_reloc()
Dtc-epiphany.c212 int pic_code; variable
1061 if (pic_code in epiphany_fix_adjustable()
Dtc-arm.c135 static int pic_code = FALSE; variable
23937 if (pic_code) flags |= F_PIC; in md_begin()
24137 {"k", N_("generate PIC code"), &pic_code, 1, NULL},
24145 {"mapcs-reentrant", N_("re-entrant code"), &pic_code, 1, NULL},
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-98992001 (pic_code): New boolean.
DChangeLog-02037270 (pic_code): Declare for all object types. Make type int.