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 289 int (*file_process) (int fd, struct usedfiles *, struct ld_state *, member in struct:callbacks
291 #define FILE_PROCESS(fd, file, state, nextp) \
292 DL_CALL_FCT ((state)->callbacks.file_process, (fd, file, state, nextp))
ld.c 369 error_loading |= FILE_PROCESS (-1, last_file, &ld_state, &last_file);
799 error_loading |= FILE_PROCESS (-1, last_file, &ld_state, &last_file);
855 err = FILE_PROCESS (-1, runp, &ld_state, &ignore);
    [all...]
ldgeneric.c 184 ld_state.callbacks.file_process = ld_generic_file_process;
    [all...]

Completed in 233 milliseconds