Home
last modified time | relevance | path

Searched refs:excluded_lib (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/ld/
Dldlang.c2677 struct excluded_lib struct
2680 struct excluded_lib *next; argument
2682 static struct excluded_lib *excluded_libs;
2691 struct excluded_lib *entry; in add_excluded_libs()
2695 entry = (struct excluded_lib *) xmalloc (sizeof (*entry)); in add_excluded_libs()
2710 struct excluded_lib *lib = excluded_libs; in check_excluded_libs()
DChangeLog-2004214 * ldlang.c (struct excluded_lib, excluded_libs, add_excluded_libs)