Home | History | Annotate | Download | only in src

Lines Matching refs:old

835      dependencies?  The old linker allows this and several libraries
840 XXX IMO the old ld behavior is correct since this is also how the
1284 struct pathelement *old = ld_state.rpath;
1286 free (old);
1299 struct pathelement *old = ld_state.rpath_link;
1301 free (old);
1448 struct symbol *old = ld_symbol_tab_find (&ld_state.symbol_tab,
1450 assert (old != NULL);
1455 if (! old->in_dso)
1464 s = old;