Lines Matching refs:load
74 * Prior to 2.8 this forced any filters to load (all) their filtees. This is
80 * this option we set LD_LOADFLTR=1, thus forcing any filters to load (all)
152 static char *load;
567 load = load_elf;
615 load = load_elf;
619 load = load_aout;
717 * The pointer "load" has be assigned to load_elf[] or
721 load[sizeof (load_elf) - 2] = '2';
723 load[sizeof (load_elf) - 2] = '1';
735 (putenv(weak) != 0) || (putenv(load) != 0) ||