Home
last modified time | relevance | path

Searched refs:mips_pic (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/binutils/gas/config/
Dtc-mips.h89 extern enum mips_pic_level mips_pic;
Dtc-mips.c508 enum mips_pic_level mips_pic; variable
1770 if (mips_pic != NO_PIC) in md_begin()
2042 || (reloc == BFD_RELOC_MIPS_GOT16 && mips_pic != VXWORKS_PIC))); in reloc_needs_lo_p()
2664 && !(mips_opts.noat && mips_pic != NO_PIC) in append_insn()
3784 assert (mips_pic == NO_PIC in macro_build_lui()
4214 if (mips_pic == NO_PIC) in load_address()
5334 else if (mips_pic == NO_PIC) in macro()
5460 if (mips_pic == SVR4_PIC in macro()
5897 if (mips_pic == NO_PIC) in macro()
5910 if (mips_pic == NO_PIC) in macro()
[all …]
/freebsd-10-stable/contrib/binutils/gas/
DChangeLog-92955740 mips_pic. For M_LI_DD, decide how to handle it based on segment
5741 name of offset_expr, rather than mips_pic.
6603 (mips_pic): Change from int to enum mips_pic_level. Change all
8261 mips_any_noreorder and mips_pic.
8552 (mips_pic, mips_cprestore_offset): New static variables.
8568 (s_option): Set mips_pic based on .option picN.
8569 (s_abicalls): New function; set mips_pic to 2.
DChangeLog-02033388 mips_pic.
4487 (mips_pic): No longer static.
4491 (mips_pic): Declare.