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

  /src/external/gpl3/binutils/dist/binutils/
objcopy.c 217 static struct section_add *update_sections;
1318 if (update_sections != NULL)
1322 for (pupdate = update_sections;
3027 if (update_sections != NULL)
3031 for (pupdate = update_sections;
3433 if (update_sections != NULL)
3437 for (pupdate = update_sections;
5558 update_sections = init_section_add (optarg, update_sections,
5560 section_add_load_file (update_sections);
216 static struct section_add *update_sections; variable in typeref:struct:section_add
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
objcopy.c 223 static struct section_add *update_sections;
1309 if (update_sections != NULL)
1313 for (pupdate = update_sections;
3022 if (update_sections != NULL)
3026 for (pupdate = update_sections;
3428 if (update_sections != NULL)
3432 for (pupdate = update_sections;
5556 update_sections = init_section_add (optarg, update_sections,
5558 section_add_load_file (update_sections);
222 static struct section_add *update_sections; variable in typeref:struct:section_add
    [all...]

Completed in 29 milliseconds