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

  /external/elfutils/src/
ld.h 345 int (*open_outfile) (struct ld_state *, int, int, int); member in struct:callbacks
346 #define OPEN_OUTFILE(state, machine, class, data) \
347 DL_CALL_FCT ((state)->callbacks.open_outfile, (state, machine, class, data))
    [all...]
i386_ld.c     [all...]
ldgeneric.c 219 ld_state.callbacks.open_outfile = ld_generic_open_outfile;
    [all...]

Completed in 142 milliseconds