Searched refs:add_sections (Results 1 – 2 of 2) sorted by relevance
197 static struct section_add *add_sections; variable2027 if (add_sections != NULL) in copy_object()2032 for (padd = add_sections; padd != NULL; padd = padd->next) in copy_object()2400 if (add_sections != NULL) in copy_object()2404 for (padd = add_sections; padd != NULL; padd = padd->next) in copy_object()4097 add_sections = init_section_add (optarg, add_sections, in copy_main()4099 section_add_load_file (add_sections); in copy_main()
2718 (add_sections): New static variable.2721 (copy_object): Add sections from the add_sections list.