HomeSort by relevance Sort by last modified time
    Searched refs:open_outfile (Results 1 - 5 of 5) 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...]
i386_ld.c     [all...]
ldgeneric.c 211 ld_state.callbacks.open_outfile = ld_generic_open_outfile;
    [all...]
  /external/libvpx/libvpx/
vpxdec.c 518 static FILE *open_outfile(const char *name) { function
770 outfile = open_outfile(outfile_name);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxdec.c 474 static FILE *open_outfile(const char *name) { function
691 outfile = open_outfile(outfile_name);
917 outfile = open_outfile(outfile_name);

Completed in 220 milliseconds