Searched refs:asneeded_list_head (Results 1 – 2 of 2) sorted by relevance
77 static struct asneeded_minfo *asneeded_list_head; variable1361 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()
956 * ldlang.c (asneeded_list_head, asneeded_list_tail): New vars.