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 350 int (*create_outfile) (struct ld_state *); member in struct:callbacks
351 #define CREATE_OUTFILE(state) \
352 DL_CALL_FCT ((state)->callbacks.create_outfile, (state))
    [all...]
ldgeneric.c 220 ld_state.callbacks.create_outfile = ld_generic_create_outfile;
    [all...]

Completed in 31 milliseconds