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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc.h32 #define SYMBOL_FLAG_MEDIUM_CALL (SYMBOL_FLAG_MACH_DEP << 1) macro
46 ((SYMBOL_REF_FLAGS (X) & SYMBOL_FLAG_MEDIUM_CALL) != 0)
H A Darc.c5754 flags |= SYMBOL_FLAG_MEDIUM_CALL;
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc.h32 #define SYMBOL_FLAG_MEDIUM_CALL (SYMBOL_FLAG_MACH_DEP << 1) macro
46 ((SYMBOL_REF_FLAGS (X) & SYMBOL_FLAG_MEDIUM_CALL) != 0)
H A Darc.cc5759 flags |= SYMBOL_FLAG_MEDIUM_CALL;

Completed in 238 milliseconds