Home
last modified time | relevance | path

Searched refs:add_sections (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/binutils/
Dobjcopy.c197 static struct section_add *add_sections; variable
2027 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()
DChangeLog-91972718 (add_sections): New static variable.
2721 (copy_object): Add sections from the add_sections list.