Lines Matching refs:can_update
375 const bool can_update : 1; member
383 LD_ENV_DESC(BIND_NOW, false, .can_update = true,
387 LD_ENV_DESC(LIBRARY_PATH, true, .can_update = true,
389 LD_ENV_DESC(LIBRARY_PATH_FDS, true, .can_update = true,
391 LD_ENV_DESC(LIBMAP_DISABLE, true, .can_update = true,
393 LD_ENV_DESC(BIND_NOT, true, .can_update = true,
395 LD_ENV_DESC(DEBUG, true, .can_update = true,
398 LD_ENV_DESC(LOADFLTR, true, .can_update = true,
400 LD_ENV_DESC(LIBRARY_PATH_RPATH, true, .can_update = true,
403 LD_ENV_DESC(DYNAMIC_WEAK, true, .can_update = true,
406 LD_ENV_DESC(UTRACE, false, .can_update = true),
407 LD_ENV_DESC(DUMP_REL_PRE, false, .can_update = true),
408 LD_ENV_DESC(DUMP_REL_POST, false, .can_update = true),
6869 if (!lvd->can_update || (lvd->unsecure && !trust)) { in rtld_set_var()