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

  /external/elfutils/src/
ld.h 337 int (*open_outfile) (struct ld_state *, int, int, int); member in struct:callbacks
338 #define OPEN_OUTFILE(state, machine, class, data) \
339 DL_CALL_FCT ((state)->callbacks.open_outfile, (state, machine, class, data))
    [all...]
ld.c 451 if (OPEN_OUTFILE (&ld_state, EM_NONE, ELFCLASSNONE, ELFDATANONE) != 0)
    [all...]

Completed in 60 milliseconds