HomeSort by relevance Sort by last modified time
    Searched full:add_input_file (Results 1 - 12 of 12) 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/swiftshader/third_party/LLVM/tools/gold/
gold-plugin.cpp 53 ld_plugin_add_input_file add_input_file = NULL; member in namespace:__anon33030
204 add_input_file = tv->tv_u.tv_add_input_file;
448 if ((*add_input_file)(objPath) != LDPS_OK) {
  /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);
ChangeLog     [all...]
  /toolchain/binutils/binutils-2.25/ld/
plugin.c 620 add_input_file (const char *pathname) function
744 TVU(add_input_file) = add_input_file;
ChangeLog-2010 436 * plugin.c (add_input_file): Take copy of input string.
466 (add_input_file): Implement.
    [all...]
  /external/llvm/tools/gold/
gold-plugin.cpp 145 static ld_plugin_add_input_file add_input_file = nullptr; variable
354 add_input_file = tv->tv_u.tv_add_input_file;
839 if (add_input_file(Filename.c_str()) != LDPS_OK)
    [all...]
  /prebuilts/sdk/tools/linux/bin/
arm-linux-androideabi-ld 
i686-linux-android-ld 

Completed in 1306 milliseconds