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 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))
ld.c 446 if (OPEN_OUTFILE (&ld_state, EM_NONE, ELFCLASSNONE, ELFDATANONE) != 0)
    [all...]

Completed in 182 milliseconds