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

/haiku-fatelf/src/bin/gdb/include/nlm/
H A Dcommon.h34 for NLM_NAME. CONCAT2 is used in BFD_JUMP_TABLE macros, and some of
36 of NLM_NAME. If NLM_NAME were defined using CONCAT4 (which is itself
38 the CONCAT2 within NLM_NAME should not be expanded.
60 # define NLM_NAME(x,y) NLM_CAT4(x,32,_,y) macro
66 # define NLM_NAME(x,y) NLM_CAT4(x,64,_,y) macro
70 #define NlmNAME(X) NLM_NAME(Nlm,X)
71 #define nlmNAME(X) NLM_NAME(nlm,X)

Completed in 31 milliseconds