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

  /src/external/gpl3/binutils/dist/binutils/
objcopy.c 220 static struct section_add *dump_sections;
3112 if (dump_sections != NULL)
3116 for (pdump = dump_sections; pdump != NULL; pdump = pdump->next)
5564 dump_sections = init_section_add (optarg, dump_sections,
219 static struct section_add *dump_sections; variable in typeref:struct:section_add
  /src/external/gpl3/binutils.old/dist/binutils/
objcopy.c 226 static struct section_add *dump_sections;
3107 if (dump_sections != NULL)
3111 for (pdump = dump_sections; pdump != NULL; pdump = pdump->next)
5562 dump_sections = init_section_add (optarg, dump_sections,
225 static struct section_add *dump_sections; variable in typeref:struct:section_add

Completed in 33 milliseconds