Lines Matching refs:FILE_PROCESS
310 int (*file_process) (int fd, struct usedfiles *, struct ld_state *,312 #define FILE_PROCESS(fd, file, state, nextp) \313 DL_CALL_FCT ((state)->callbacks.file_process, (fd, file, state, nextp))