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

  /src/external/gpl3/binutils/dist/gas/config/
obj-elf.c 1742 segT new_section; local
1755 new_section = previous_section;
1759 subseg_set (new_section, new_subsection);
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-elf.c 1719 segT new_section; local
1732 new_section = previous_section;
1736 subseg_set (new_section, new_subsection);
  /src/external/gpl3/gdb/dist/gdb/mi/
mi-main.c 2197 int new_section;
2216 new_section = (previous_sect_name ?
2218 if (new_section)
2196 int new_section; local
  /src/external/gpl3/gdb.old/dist/gdb/mi/
mi-main.c 2203 int new_section;
2222 new_section = (previous_sect_name ?
2224 if (new_section)
2202 int new_section; local
  /src/external/gpl3/binutils/dist/ld/
ldlang.c 2757 lang_input_section_type *new_section;
2907 new_section = new_stat (lang_input_section, ptr);
2908 new_section->section = section;
2909 new_section->pattern = pattern;
2754 lang_input_section_type *new_section; local
  /src/external/gpl3/binutils.old/dist/ld/
ldlang.c 458 lang_input_matcher_type *new_section; local
460 new_section = new_stat (lang_input_matcher, &ptr->matching_sections);
461 new_section->section = section;
462 new_section->pattern = sec;
463 new_section->input_stmt = file;
2784 lang_input_section_type *new_section;
2924 new_section = new_stat (lang_input_section, ptr);
2925 new_section->section = section;
2926 new_section->pattern = pattern;
2781 lang_input_section_type *new_section; local
  /src/external/gpl3/gcc/dist/gcc/config/arc/
arc.cc 4814 arc_jli_section *sec = arc_jli_sections, *new_section;
4840 new_section = (arc_jli_section *) xmalloc (sizeof (arc_jli_section));
4841 gcc_assert (new_section != NULL);
4842 new_section->name = name;
4843 new_section->next = arc_jli_sections;
4844 arc_jli_sections = new_section;
4813 arc_jli_section *sec = arc_jli_sections, *new_section; local
  /src/external/gpl3/gcc.old/dist/gcc/config/arc/
arc.cc 4440 arc_jli_section *sec = arc_jli_sections, *new_section;
4466 new_section = (arc_jli_section *) xmalloc (sizeof (arc_jli_section));
4467 gcc_assert (new_section != NULL);
4468 new_section->name = name;
4469 new_section->next = arc_jli_sections;
4470 arc_jli_sections = new_section;
4439 arc_jli_section *sec = arc_jli_sections, *new_section; local

Completed in 92 milliseconds