Lines Matching refs:file_chain
120 lang_statement_list_type file_chain = { NULL, NULL }; variable
1353 lang_list_init (&file_chain); in lang_init()
7211 for (file = (void *) file_chain.head; in lang_check()
7562 lang_statement_append (&file_chain, entry, &entry->next); in ldlang_add_file()
7905 for (claim1 = (void *) file_chain.head; in find_replacements_insert_point()
7961 for (iter = before ? &before->next : &file_chain.head->input_statement.next; in find_rescan_insertion()
8181 files = file_chain; in lang_process()
8200 lang_list_remove_tail (&file_chain, &files); in lang_process()
8237 lang_list_insert_after (&file_chain, &files, in lang_process()
8240 lang_list_insert_after (&file_chain, &files, &file_chain.head); in lang_process()
8243 files = file_chain; in lang_process()
8246 lang_list_remove_tail (&file_chain, &files); in lang_process()
8265 if (file_chain.tail == (lang_statement_union_type **) insert) in lang_process()
8266 file_chain.tail = (lang_statement_union_type **) iter; in lang_process()