Searched refs:SYMBOL_GOTOFF_CALL (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/mips/
H A Dmips-protos.h55 SYMBOL_GOTOFF_CALL
94 SYMBOL_GOTOFF_CALL, enumerator in enum:mips_symbol_type
H A Dmips.c1363 case SYMBOL_GOTOFF_CALL:
1470 case SYMBOL_GOTOFF_CALL:
1639 case SYMBOL_GOTOFF_CALL:
3307 addr, SYMBOL_GOTOFF_CALL);
3308 lo_sum_symbol = mips_unspec_address (addr, SYMBOL_GOTOFF_CALL);
5087 mips_split_p[SYMBOL_GOTOFF_CALL] = true;
5088 mips_hi_relocs[SYMBOL_GOTOFF_CALL] = "%call_hi(";
5089 mips_lo_relocs[SYMBOL_GOTOFF_CALL] = "%call_lo(";
5097 mips_lo_relocs[SYMBOL_GOTOFF_CALL] = "%call16(";
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips-protos.h77 SYMBOL_GOTOFF_CALL
124 SYMBOL_GOTOFF_CALL, enumerator in enum:mips_symbol_type
H A Dmips.c1829 case SYMBOL_GOTOFF_CALL:
1922 case SYMBOL_GOTOFF_CALL:
2732 if (type == SYMBOL_GOTOFF_CALL)
5809 addr = mips_got_load (dest, addr, SYMBOL_GOTOFF_CALL);
7218 mips_split_p[SYMBOL_GOTOFF_CALL] = true;
7219 mips_hi_relocs[SYMBOL_GOTOFF_CALL] = "%call_hi(";
7220 mips_lo_relocs[SYMBOL_GOTOFF_CALL] = "%call_lo(";
7228 mips_lo_relocs[SYMBOL_GOTOFF_CALL] = "%call16(";

Completed in 138 milliseconds