Home
last modified time | relevance | path

Searched refs:SYMBOL_GOTOFF_CALL (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/mips/
HDmips-protos.h94 SYMBOL_GOTOFF_CALL, enumerator
HDmips.c1411 case SYMBOL_GOTOFF_CALL: in mips_symbolic_constant_p()
1507 case SYMBOL_GOTOFF_CALL: in mips_symbolic_address_p()
1707 case SYMBOL_GOTOFF_CALL: in mips_symbol_insns()
3396 addr, SYMBOL_GOTOFF_CALL); in mips_load_call_address()
3397 lo_sum_symbol = mips_unspec_address (addr, SYMBOL_GOTOFF_CALL); in mips_load_call_address()
5160 mips_split_p[SYMBOL_GOTOFF_CALL] = true; in override_options()
5161 mips_hi_relocs[SYMBOL_GOTOFF_CALL] = "%call_hi("; in override_options()
5162 mips_lo_relocs[SYMBOL_GOTOFF_CALL] = "%call_lo("; in override_options()
5170 mips_lo_relocs[SYMBOL_GOTOFF_CALL] = "%call16("; in override_options()
/freebsd-11-stable/contrib/gcc/
HDChangeLog-20033389 SYMBOL_GOTOFF_CALL and SYMBOL_GOTOFF_LOADGP.