Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-m32r.h81 extern int pic_code;
Dtc-m32r.c72 int pic_code; variable
359 pic_code = 1; in md_parse_option()
2154 if (pic_code in m32r_fix_adjustable()
2215 if (pic_code) in tc_gen_reloc()
2285 else if ((!pic_code in tc_gen_reloc()
Dtc-epiphany.c193 int pic_code; variable
1054 if (pic_code in epiphany_fix_adjustable()
Dtc-arm.c153 static int pic_code = false; variable
31022 if (pic_code) flags |= F_PIC; in md_begin()
31226 {"k", N_("generate PIC code"), &pic_code, 1, NULL},
31234 {"mapcs-reentrant", N_("re-entrant code"), &pic_code, 1, NULL},
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-98992001 (pic_code): New boolean.
DChangeLog-02037270 (pic_code): Declare for all object types. Make type int.