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

  /external/elfutils/src/
ld.c 388 error_loading |= FILE_PROCESS (-1, last_file, &ld_state, &last_file);
885 error_loading |= FILE_PROCESS (-1, last_file, &ld_state, &last_file);
941 err = FILE_PROCESS (-1, runp, &ld_state, &ignore);
    [all...]
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 327 milliseconds