Home
last modified time | relevance | path

Searched refs:nds32_allow_local_subtract (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-nds32.h59 extern bfd_boolean nds32_allow_local_subtract (expressionS *, expressionS *, segT);
62 #define md_allow_local_subtract(lhs,rhs,sect) nds32_allow_local_subtract (lhs, rhs, sect)
Dtc-nds32.c6161 nds32_allow_local_subtract (expressionS *expr_l ATTRIBUTE_UNUSED, in nds32_allow_local_subtract() function