Searched refs:LD_ENV_DESC (Results 1 – 1 of 1) sorted by relevance
/freebsd/libexec/rtld-elf/ |
H A D | rtld.c | 360 #define LD_ENV_DESC(var, unsec, ...) \ macro 364 LD_ENV_DESC(BIND_NOW, false), 365 LD_ENV_DESC(PRELOAD, true), 366 LD_ENV_DESC(LIBMAP, true), 367 LD_ENV_DESC(LIBRARY_PATH, true, .can_update = true), 368 LD_ENV_DESC(LIBRARY_PATH_FDS, true, .can_update = true), 369 LD_ENV_DESC(LIBMAP_DISABLE, true), 370 LD_ENV_DESC(BIND_NOT, true), 371 LD_ENV_DESC(DEBUG, true, .can_update = true, .debug = true), 372 LD_ENV_DESC(ELF_HINTS_PATH, true), [all …]
|