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

  /src/external/gpl3/binutils/dist/binutils/
objcopy.c 214 static struct section_add *add_sections;
2952 if (add_sections != NULL)
2957 for (padd = add_sections; padd != NULL; padd = padd->next)
3418 if (add_sections != NULL)
3422 for (padd = add_sections; padd != NULL; padd = padd->next)
5552 add_sections = init_section_add (optarg, add_sections,
5554 section_add_load_file (add_sections);
213 static struct section_add *add_sections; variable in typeref:struct:section_add
  /src/external/gpl3/binutils.old/dist/binutils/
objcopy.c 220 static struct section_add *add_sections;
2947 if (add_sections != NULL)
2952 for (padd = add_sections; padd != NULL; padd = padd->next)
3413 if (add_sections != NULL)
3417 for (padd = add_sections; padd != NULL; padd = padd->next)
5550 add_sections = init_section_add (optarg, add_sections,
5552 section_add_load_file (add_sections);
219 static struct section_add *add_sections; variable in typeref:struct:section_add

Completed in 33 milliseconds