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

  /external/elfutils/src/
ld.h 302 int (*file_process) (int fd, struct usedfiles *, struct ld_state *, member in struct:callbacks
304 #define FILE_PROCESS(fd, file, state, nextp) \
305 DL_CALL_FCT ((state)->callbacks.file_process, (fd, file, state, nextp))
    [all...]
ld.c 374 error_loading |= FILE_PROCESS (-1, last_file, &ld_state, &last_file);
871 error_loading |= FILE_PROCESS (-1, last_file, &ld_state, &last_file);
927 err = FILE_PROCESS (-1, runp, &ld_state, &ignore);
    [all...]
ldgeneric.c 206 ld_state.callbacks.file_process = ld_generic_file_process;
    [all...]

Completed in 596 milliseconds