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 324 int (*open_outfile) (struct ld_state *, int, int, int); member in struct:callbacks
325 #define OPEN_OUTFILE(state, machine, class, data) \
326 DL_CALL_FCT ((state)->callbacks.open_outfile, (state, machine, class, data))
i386_ld.c 872 old_open_outfile = statep->callbacks.open_outfile;
873 statep->callbacks.open_outfile = elf_i386_open_outfile;
ldgeneric.c 189 ld_state.callbacks.open_outfile = ld_generic_open_outfile;
    [all...]

Completed in 318 milliseconds