Home | History | Annotate | Download | only in bfd

Lines Matching full:arglist

105 	routines by hand inside the BFD implementation.  The @var{arglist}
112 .#define BFD_SEND(bfd, message, arglist) \
113 . ((*((bfd)->xvec->message)) arglist)
117 .#define BFD_SEND(bfd, message, arglist) \
119 . ((*((bfd)->xvec->message)) arglist) : \
125 .#define BFD_SEND_FMT(bfd, message, arglist) \
126 . (((bfd)->xvec->message[(int) ((bfd)->format)]) arglist)
130 .#define BFD_SEND_FMT(bfd, message, arglist) \
132 . (((bfd)->xvec->message[(int) ((bfd)->format)]) arglist) : \