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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips-protos.h72 SYMBOL_GOTOFF_CALL
115 SYMBOL_GOTOFF_CALL, enumerator in enum:mips_symbol_type
H A Dmips.c2260 case SYMBOL_GOTOFF_CALL:
2355 case SYMBOL_GOTOFF_CALL:
3329 if (type == SYMBOL_GOTOFF_CALL)
7168 addr = mips_got_load (dest, addr, SYMBOL_GOTOFF_CALL);
8704 mips_split_p[SYMBOL_GOTOFF_CALL] = true;
8705 mips_hi_relocs[SYMBOL_GOTOFF_CALL] = "%call_hi(";
8706 mips_lo_relocs[SYMBOL_GOTOFF_CALL] = "%call_lo(";
8714 mips_lo_relocs[SYMBOL_GOTOFF_CALL] = "%call16(";
/netbsd-current/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips-protos.h72 SYMBOL_GOTOFF_CALL
115 SYMBOL_GOTOFF_CALL, enumerator in enum:mips_symbol_type
H A Dmips.cc2262 case SYMBOL_GOTOFF_CALL:
2357 case SYMBOL_GOTOFF_CALL:
3331 if (type == SYMBOL_GOTOFF_CALL)
7299 addr = mips_got_load (dest, addr, SYMBOL_GOTOFF_CALL);
8835 mips_split_p[SYMBOL_GOTOFF_CALL] = true;
8836 mips_hi_relocs[SYMBOL_GOTOFF_CALL] = "%call_hi(";
8837 mips_lo_relocs[SYMBOL_GOTOFF_CALL] = "%call_lo(";
8845 mips_lo_relocs[SYMBOL_GOTOFF_CALL] = "%call16(";

Completed in 280 milliseconds