Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/config/mips/
Dmips-protos.h94 SYMBOL_GOTOFF_CALL, enumerator
Dmips.c1396 case SYMBOL_GOTOFF_CALL: in mips_symbolic_constant_p()
1492 case SYMBOL_GOTOFF_CALL: in mips_symbolic_address_p()
1683 case SYMBOL_GOTOFF_CALL: in mips_symbol_insns()
3372 addr, SYMBOL_GOTOFF_CALL); in mips_load_call_address()
3373 lo_sum_symbol = mips_unspec_address (addr, SYMBOL_GOTOFF_CALL); in mips_load_call_address()
5136 mips_split_p[SYMBOL_GOTOFF_CALL] = true; in override_options()
5137 mips_hi_relocs[SYMBOL_GOTOFF_CALL] = "%call_hi("; in override_options()
5138 mips_lo_relocs[SYMBOL_GOTOFF_CALL] = "%call_lo("; in override_options()
5146 mips_lo_relocs[SYMBOL_GOTOFF_CALL] = "%call16("; in override_options()
/freebsd-9-stable/contrib/gcc/
DChangeLog-20033389 SYMBOL_GOTOFF_CALL and SYMBOL_GOTOFF_LOADGP.