HomeSort by relevance Sort by last modified time
    Searched full:create_outfile (Results 1 - 3 of 3) sorted by null

  /external/elfutils/0.153/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...]
ld.c 488 if (CREATE_OUTFILE (&ld_state) != 0)
    [all...]
ldgeneric.c 220 ld_state.callbacks.create_outfile = ld_generic_create_outfile;
    [all...]

Completed in 1936 milliseconds