Home
last modified time | relevance | path

Searched refs:set_extra_library_path (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dplugin.cc129 set_extra_library_path(const char *path);
317 tv[i].tv_u.tv_set_extra_library_path = set_extra_library_path; in load()
1158 Plugin_manager::set_extra_library_path(const char* path) in set_extra_library_path() function in gold::Plugin_manager
1940 set_extra_library_path(const char* path) in set_extra_library_path() function
1943 return parameters->options().plugins()->set_extra_library_path(path); in set_extra_library_path()
H A Dplugin.h306 set_extra_library_path(const char* path);
H A DChangeLog-081510046 * plugin.cc (set_extra_library_path): New.
10047 (Plugin::load): Add set_extra_library_path to the transfer vector.
10048 (Plugin_manager::set_extra_library_path): New.
10050 (set_extra_library_path(): New.
10051 * plugin.h (Plugin_manager): Add set_extra_library_path and
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dplugin.cc129 set_extra_library_path(const char *path);
317 tv[i].tv_u.tv_set_extra_library_path = set_extra_library_path; in load()
1158 Plugin_manager::set_extra_library_path(const char* path) in set_extra_library_path() function in gold::Plugin_manager
1940 set_extra_library_path(const char* path) in set_extra_library_path() function
1943 return parameters->options().plugins()->set_extra_library_path(path); in set_extra_library_path()
H A Dplugin.h306 set_extra_library_path(const char* path);
H A DChangeLog-081510046 * plugin.cc (set_extra_library_path): New.
10047 (Plugin::load): Add set_extra_library_path to the transfer vector.
10048 (Plugin_manager::set_extra_library_path): New.
10050 (set_extra_library_path(): New.
10051 * plugin.h (Plugin_manager): Add set_extra_library_path and
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dplugin.c949 set_extra_library_path (const char *path) in set_extra_library_path() function
1067 TVU(set_extra_library_path) = set_extra_library_path; in set_tv_header()
H A DChangeLog-2010438 (set_extra_library_path): Likewise.
468 (set_extra_library_path): Likewise.
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dplugin.c936 set_extra_library_path (const char *path) in set_extra_library_path() function
1051 TVU(set_extra_library_path) = set_extra_library_path; in set_tv_header()
H A DChangeLog-2010438 (set_extra_library_path): Likewise.
468 (set_extra_library_path): Likewise.
/netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp120 static ld_plugin_set_extra_library_path set_extra_library_path = nullptr; variable
429 set_extra_library_path = tv->tv_u.tv_set_extra_library_path; in onload()
1141 set_extra_library_path(options::extra_library_path.c_str()) != LDPS_OK) in allSymbolsReadHook()