Home
last modified time | relevance | path

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

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