Searched refs:LD_ (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/libexec/rtld-elf/
H A Drtld.h50 #define LD_ "LD_32_" macro
56 #ifndef LD_
57 #define LD_ "LD_" macro
H A Drtld.c393 ld_bind_now = getenv(LD_ "BIND_NOW");
401 if (unsetenv(LD_ "PRELOAD") || unsetenv(LD_ "LIBMAP") ||
402 unsetenv(LD_ "LIBRARY_PATH") || unsetenv(LD_ "LIBMAP_DISABLE") ||
403 unsetenv(LD_ "DEBUG") || unsetenv(LD_ "ELF_HINTS_PATH") ||
404 unsetenv(LD_ "LOADFLTR") || unsetenv(LD_ "LIBRARY_PATH_RPATH")) {
409 ld_debug = getenv(LD_ "DEBU
[all...]

Completed in 129 milliseconds