Home
last modified time | relevance | path

Searched refs:library_path (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dmain.cc244 search_path.initialize(&workqueue, &command_line.options().library_path()); in main()
H A Doptions.h1035 DEFINE_dirlist(library_path, options::TWO_DASHES, 'L',
H A Dscript.cc1593 cmdline->options().library_path(); in read_script_file()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dmain.cc244 search_path.initialize(&workqueue, &command_line.options().library_path()); in main()
H A Doptions.h1031 DEFINE_dirlist(library_path, options::TWO_DASHES, 'L',
H A Dscript.cc1593 cmdline->options().library_path(); in read_script_file()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlto-wrapper.cc1078 const char *library_path = getenv ("LIBRARY_PATH"); in find_crtoffloadtable() local
1079 if (!library_path) in find_crtoffloadtable()
1081 unsigned n_paths = parse_env_var (library_path, &paths, "/crtoffloadtable.o"); in find_crtoffloadtable()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dlto-wrapper.c1025 const char *library_path = getenv ("LIBRARY_PATH"); in find_crtoffloadtable() local
1026 if (!library_path) in find_crtoffloadtable()
1028 unsigned n_paths = parse_env_var (library_path, &paths, "/crtoffloadtable.o"); in find_crtoffloadtable()
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py4098 library_path = None variable in Config
4110 Config.library_path = fspath(path)
4166 if Config.library_path:
4167 file = Config.library_path + '/' + file