Searched refs:SYMBOL_FLAG_LONG_CALL (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.h2243 #define SYMBOL_FLAG_LONG_CALL (SYMBOL_FLAG_MACH_DEP << 0)
2245 ((SYMBOL_REF_FLAGS (X) & SYMBOL_FLAG_LONG_CALL) != 0)
2225 #define SYMBOL_FLAG_LONG_CALL macro
H A Dmips.c10905 SYMBOL_REF_FLAGS (symbol) |= SYMBOL_FLAG_LONG_CALL;

Completed in 87 milliseconds