HomeSort by relevance Sort by last modified time
    Searched refs:file_process (Results 1 - 2 of 2) sorted by null

  /external/elfutils/src/
ld.h 310 int (*file_process) (int fd, struct usedfiles *, struct ld_state *, member in struct:callbacks
312 #define FILE_PROCESS(fd, file, state, nextp) \
313 DL_CALL_FCT ((state)->callbacks.file_process, (fd, file, state, nextp))
    [all...]
ldgeneric.c 214 ld_state.callbacks.file_process = ld_generic_file_process;
    [all...]

Completed in 23 milliseconds