Searched refs:pic_code (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-m32r.h | 81 extern int pic_code;
|
H A D | tc-m32r.c | 72 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()
|
H A D | tc-epiphany.c | 193 int pic_code; variable 1054 if (pic_code in epiphany_fix_adjustable()
|
H A D | tc-arm.c | 153 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.old/dist/gas/config/ |
H A D | tc-m32r.h | 81 extern int pic_code;
|
H A D | tc-m32r.c | 72 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()
|
H A D | tc-epiphany.c | 193 int pic_code; variable 1054 if (pic_code in epiphany_fix_adjustable()
|
H A D | tc-arm.c | 153 static int pic_code = false; variable 30983 if (pic_code) flags |= F_PIC; in md_begin() 31187 {"k", N_("generate PIC code"), &pic_code, 1, NULL}, 31195 {"mapcs-reentrant", N_("re-entrant code"), &pic_code, 1, NULL},
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | ChangeLog-9899 | 2001 (pic_code): New boolean.
|
H A D | ChangeLog-0203 | 7270 (pic_code): Declare for all object types. Make type int.
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | ChangeLog-9899 | 2001 (pic_code): New boolean.
|
H A D | ChangeLog-0203 | 7270 (pic_code): Declare for all object types. Make type int.
|