Searched refs:NLM_CAT4 (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/include/nlm/ |
D | common.h | 42 #define NLM_CAT4(a,b,c,d) a##b##c##d macro 51 #define NLM_CAT4(a,b,c,d) NLM_XCAT2(NLM_CAT2(a,b),NLM_CAT2(c,d)) macro 54 #define NLM_CAT4(a,b,c,d) a/**/b/**/c/**/d macro 60 # define NLM_NAME(x,y) NLM_CAT4(x,32,_,y) 66 # define NLM_NAME(x,y) NLM_CAT4(x,64,_,y)
|
D | ChangeLog-9315 | 33 (NLM_CAT4): Update conditions under which this is defined. Document
|