Home | History | Annotate | Download | only in src

Lines Matching full:open_outfile

337   int (*open_outfile) (struct ld_state *, int, int, int);
338 #define OPEN_OUTFILE(state, machine, class, data) \
339 DL_CALL_FCT ((state)->callbacks.open_outfile, (state, machine, class, data))