Lines Matching refs:file_chain
113 lang_statement_list_type file_chain = { NULL, NULL }; variable
1303 lang_list_init (&file_chain); in lang_init()
7144 for (file = (void *) file_chain.head; in lang_check()
7511 lang_statement_append (&file_chain, entry, &entry->next); in ldlang_add_file()
7854 for (claim1 = (void *) file_chain.head; in find_replacements_insert_point()
7910 for (iter = before ? &before->next : &file_chain.head->input_statement.next; in find_rescan_insertion()
8096 files = file_chain; in lang_process()
8110 lang_list_remove_tail (&file_chain, &files); in lang_process()
8147 lang_list_insert_after (&file_chain, &files, in lang_process()
8150 lang_list_insert_after (&file_chain, &files, &file_chain.head); in lang_process()
8153 files = file_chain; in lang_process()
8156 lang_list_remove_tail (&file_chain, &files); in lang_process()