HomeSort by: relevance | last modified time | path
    Searched defs:tv_set_extra_library_path (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/binutils/dist/ld/
libdep_plugin.c 38 static ld_plugin_set_extra_library_path tv_set_extra_library_path = 0; variable
63 SETVAR(tv_set_extra_library_path);
265 rv = tv_set_extra_library_path (arg + 2);
testplug.c 115 static ld_plugin_set_extra_library_path tv_set_extra_library_path = 0; variable
482 SETVAR(tv_set_extra_library_path);
656 else if (addfile->type == ADD_DIR && tv_set_extra_library_path)
657 rv = (*tv_set_extra_library_path) (addfile->name);
testplug2.c 115 static ld_plugin_set_extra_library_path tv_set_extra_library_path = 0; variable
433 SETVAR(tv_set_extra_library_path);
658 else if (addfile->type == ADD_DIR && tv_set_extra_library_path)
659 rv = (*tv_set_extra_library_path) (addfile->name);
testplug3.c 115 static ld_plugin_set_extra_library_path tv_set_extra_library_path = 0; variable
412 SETVAR(tv_set_extra_library_path);
616 else if (addfile->type == ADD_DIR && tv_set_extra_library_path)
617 rv = (*tv_set_extra_library_path) (addfile->name);
testplug4.c 115 static ld_plugin_set_extra_library_path tv_set_extra_library_path = 0; variable
433 SETVAR(tv_set_extra_library_path);
664 else if (addfile->type == ADD_DIR && tv_set_extra_library_path)
665 rv = (*tv_set_extra_library_path) (addfile->name);
  /src/external/gpl3/binutils.old/dist/ld/
libdep_plugin.c 39 static ld_plugin_set_extra_library_path tv_set_extra_library_path = 0; variable
64 SETVAR(tv_set_extra_library_path);
266 rv = tv_set_extra_library_path (arg + 2);
testplug.c 116 static ld_plugin_set_extra_library_path tv_set_extra_library_path = 0; variable
483 SETVAR(tv_set_extra_library_path);
657 else if (addfile->type == ADD_DIR && tv_set_extra_library_path)
658 rv = (*tv_set_extra_library_path) (addfile->name);
testplug2.c 116 static ld_plugin_set_extra_library_path tv_set_extra_library_path = 0; variable
434 SETVAR(tv_set_extra_library_path);
659 else if (addfile->type == ADD_DIR && tv_set_extra_library_path)
660 rv = (*tv_set_extra_library_path) (addfile->name);
testplug3.c 116 static ld_plugin_set_extra_library_path tv_set_extra_library_path = 0; variable
413 SETVAR(tv_set_extra_library_path);
617 else if (addfile->type == ADD_DIR && tv_set_extra_library_path)
618 rv = (*tv_set_extra_library_path) (addfile->name);
testplug4.c 116 static ld_plugin_set_extra_library_path tv_set_extra_library_path = 0; variable
434 SETVAR(tv_set_extra_library_path);
665 else if (addfile->type == ADD_DIR && tv_set_extra_library_path)
666 rv = (*tv_set_extra_library_path) (addfile->name);
  /src/external/gpl3/gcc.old/dist/include/
plugin-api.h 546 ld_plugin_set_extra_library_path tv_set_extra_library_path; member in union:ld_plugin_tv::__anon16548
  /src/external/gpl3/binutils/dist/include/
plugin-api.h 595 ld_plugin_set_extra_library_path tv_set_extra_library_path; member in union:ld_plugin_tv::__anon10722
  /src/external/gpl3/binutils.old/dist/include/
plugin-api.h 595 ld_plugin_set_extra_library_path tv_set_extra_library_path; member in union:ld_plugin_tv::__anon12186
  /src/external/gpl3/gcc/dist/include/
plugin-api.h 595 ld_plugin_set_extra_library_path tv_set_extra_library_path; member in union:ld_plugin_tv::__anon14136
  /src/external/gpl3/gdb/dist/include/
plugin-api.h 595 ld_plugin_set_extra_library_path tv_set_extra_library_path; member in union:ld_plugin_tv::__anon18833
  /src/external/gpl3/gdb.old/dist/include/
plugin-api.h 595 ld_plugin_set_extra_library_path tv_set_extra_library_path; member in union:ld_plugin_tv::__anon21574

Completed in 20 milliseconds