Home | History | Annotate | Download | only in qemu

Lines Matching refs:DYNLINK_FUNC

32  * macro which must contain a sequence of DYNLINK_FUNC(ret,name,sig)
42 * DYNLINK_FUNC(int,open,(const char*, int)) \
43 * DYNLINK_FUNC(int,read,(int,char*,int)) \
44 * DYNLINK_FUNC(int,close,(int)) \
61 #undef DYNLINK_FUNC
65 #define DYNLINK_FUNC(ret,name,sig) \
72 #undef DYNLINK_FUNC
85 #define DYNLINK_FUNC(ret,name,sig) \
92 #undef DYNLINK_FUNC
108 #undef DYNLINK_FUNC