Searched refs:_LD (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/sparc64/include/
H A Dasmacros.h212 #define _LD(w, a) ld ## w ## a macro
216 #define LD(w, a) _LD(w, a)
/freebsd-11.0-release/libexec/rtld-elf/
H A Drtld.c331 _LD(const char *var) function
340 #define _LD(x) LD_ x macro
439 ld_bind_now = getenv(_LD("BIND_NOW"));
447 if (unsetenv(_LD("PRELOAD")) || unsetenv(_LD("LIBMAP")) ||
448 unsetenv(_LD("LIBRARY_PATH")) || unsetenv(_LD("LIBRARY_PATH_FDS")) ||
449 unsetenv(_LD("LIBMAP_DISABLE")) ||
450 unsetenv(_LD("DEBUG")) || unsetenv(_LD("ELF_HINTS_PAT
[all...]
/freebsd-11.0-release/share/mk/
H A Dbsd.lib.mk8 _LD= ${CXX} macro
10 _LD= ${CC} macro
250 ${_LD:N${CCACHE_BIN}} ${LDFLAGS} ${SSP_CFLAGS} ${SOLINKOPTS} \

Completed in 67 milliseconds