Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Dobjcopy.c1168 struct section_add *pupdate; in is_update_section() local
1170 for (pupdate = update_sections; in is_update_section()
1171 pupdate != NULL; in is_update_section()
1172 pupdate = pupdate->next) in is_update_section()
1174 if (strcmp (sec->name, pupdate->name) == 0) in is_update_section()
2102 struct section_add *pupdate; in copy_object() local
2104 for (pupdate = update_sections; in copy_object()
2105 pupdate != NULL; in copy_object()
2106 pupdate = pupdate->next) in copy_object()
2110 pupdate->section = bfd_get_section_by_name (ibfd, pupdate->name); in copy_object()
[all …]