Home | History | Annotate | Download | only in src

Lines Matching refs:FILE_CLOSE

316   int (*file_close) (struct usedfiles *, struct ld_state *);
317 #define FILE_CLOSE(file, state) \
318 DL_CALL_FCT ((state)->callbacks.file_close, (file, state))