Home | History | Annotate | Download | only in src

Lines Matching refs:CREATE_OUTFILE

350   int (*create_outfile) (struct ld_state *);
351 #define CREATE_OUTFILE(state) \
352 DL_CALL_FCT ((state)->callbacks.create_outfile, (state))