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

  /external/elfutils/src/
ld.h 342 int (*create_outfile) (struct ld_state *); member in struct:callbacks
343 #define CREATE_OUTFILE(state) \
344 DL_CALL_FCT ((state)->callbacks.create_outfile, (state))
    [all...]
ld.c 474 if (CREATE_OUTFILE (&ld_state) != 0)
    [all...]

Completed in 57 milliseconds