Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/ld/
Dldlang.c77 static struct asneeded_minfo *asneeded_list_head; variable
1361 asneeded_list_head = NULL; in lang_init()
1362 asneeded_list_tail = &asneeded_list_head; in lang_init()
2272 if (asneeded_list_head == NULL) in lang_print_asneeded()
2277 for (m = asneeded_list_head; m != NULL; m = m->next) in lang_print_asneeded()
DChangeLog-2014956 * ldlang.c (asneeded_list_head, asneeded_list_tail): New vars.