Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dobjcopy.c138 static struct section_list *change_sections; variable
752 for (p = change_sections; p != NULL; p = p->next) in find_section_list()
805 p->next = change_sections; in find_section_list()
806 change_sections = p; in find_section_list()
4323 for (p = change_sections; p != NULL; p = p->next) in copy_main()