Searched refs:lib_path (Results 1 – 9 of 9) sorted by relevance
86 if test -z "$lib_path"; then87 lib_path=$file89 lib_path="$lib_path;$file"102 for dir in $lib_path $LIB133 lib_path=
385 IF lib_path +]$(TARGET_LIB_PATH_[+module+])[+ ENDIF lib_path +][+387 [+ FOR target_modules +][+ IF lib_path +]389 TARGET_LIB_PATH_[+module+] = $$r/$(TARGET_SUBDIR)/[+module+]/[+lib_path+]:391 [+ ENDIF lib_path +][+ ENDFOR target_modules +]397 IF lib_path +]$(HOST_LIB_PATH_[+module+])[+ ENDIF lib_path +][+405 [+ FOR host_modules +][+ IF lib_path +]408 $$r/$(HOST_SUBDIR)/[+module+]/[+lib_path+]:[+ IF bootstrap409 +]$$r/$(HOST_SUBDIR)/prev-[+module+]/[+lib_path+]:[+ ENDIF bootstrap +]411 [+ ENDIF lib_path +][+ ENDFOR host_modules +]
650 * Makefile.def (bfd, opcodes): Fix lib_path.1348 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
468 const char *lib_path;470 lib_path = (const char *) getenv ("LD_LIBRARY_PATH");471 if (gld${EMULATION_NAME}_search_needed (lib_path, lname))
982 const char *lib_path;1009 lib_path = (const char *) getenv ("LD_RUN_PATH");1010 if (gld${EMULATION_NAME}_search_needed (lib_path, &n,1014 lib_path = (const char *) getenv ("LD_LIBRARY_PATH");1015 if (gld${EMULATION_NAME}_search_needed (lib_path, &n, force))
1328 definition of lib_path inside condition where it is used.