HomeSort by: relevance | last modified time | path
    Searched defs:change_sections (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
objcopy.c 165 static struct section_list *change_sections;
928 /* Find and optionally add an entry in the change_sections list.
962 for (p = change_sections; p != NULL; p = p->next)
1033 p->next = change_sections;
1034 change_sections = p;
6239 for (p = change_sections; p != NULL; p = p->next)
164 static struct section_list *change_sections; variable in typeref:struct:section_list
  /src/external/gpl3/binutils.old/dist/binutils/
objcopy.c 166 static struct section_list *change_sections;
919 /* Find and optionally add an entry in the change_sections list.
953 for (p = change_sections; p != NULL; p = p->next)
1024 p->next = change_sections;
1025 change_sections = p;
6237 for (p = change_sections; p != NULL; p = p->next)
165 static struct section_list *change_sections; variable in typeref:struct:section_list

Completed in 54 milliseconds