Searched refs:add_sections (Results 1 – 2 of 2) sorted by relevance
187 static struct section_add *add_sections; variable1787 if (add_sections != NULL) in copy_object()1792 for (padd = add_sections; padd != NULL; padd = padd->next) in copy_object()2130 if (add_sections != NULL) in copy_object()2134 for (padd = add_sections; padd != NULL; padd = padd->next) in copy_object()3752 pa->next = add_sections; in copy_main()3753 add_sections = pa; in copy_main()
2718 (add_sections): New static variable.2721 (copy_object): Add sections from the add_sections list.