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

  /toolchain/binutils/binutils-2.25/gold/testsuite/
plugin_test.c 60 static ld_plugin_add_input_file add_input_file = NULL; variable
128 add_input_file = entry->tv_u.tv_add_input_file;
479 if (add_input_file == NULL)
583 (*add_input_file)(buf);
  /external/blktrace/btreplay/
btrecord.c 326 * add_input_file - Set up the input file name
329 static void add_input_file(char *devnm) function
377 add_input_file(dsf);
468 add_input_file(argv[optind++]);
btreplay.c 851 * add_input_file - Allocate and initialize per-input file structure
856 static void add_input_file(int cpu, char *devnm, char *file_name) function
970 add_input_file(cpu, dip->devnm, full_name);
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
plugin.cc 115 add_input_file(const char *pathname);
281 tv[i].tv_u.tv_add_input_file = add_input_file;
842 Plugin_manager::add_input_file(const char* pathname, bool is_lib) function in class:gold::Plugin_manager
1551 add_input_file(const char* pathname) function in namespace:gold
    [all...]
plugin.h 270 add_input_file(const char* pathname, bool is_lib);
  /external/llvm/tools/gold/
gold-plugin.cpp 106 static ld_plugin_add_input_file add_input_file = nullptr; variable
275 add_input_file = tv->tv_u.tv_add_input_file;
844 if (add_input_file(Filename.c_str()) != LDPS_OK)
  /toolchain/binutils/binutils-2.25/ld/
plugin.c 620 add_input_file (const char *pathname) function
744 TVU(add_input_file) = add_input_file;

Completed in 225 milliseconds