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

  /src/external/gpl3/binutils/dist/gas/config/
tc-mep.c 2112 static segT vtext_section;
2114 if (! vtext_section)
2117 vtext_section = subseg_new (VTEXT_SECTION_NAME, 0);
2118 bfd_set_section_flags (vtext_section,
2124 return vtext_section;
2107 static segT vtext_section; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mep.c 2112 static segT vtext_section;
2114 if (! vtext_section)
2117 vtext_section = subseg_new (VTEXT_SECTION_NAME, 0);
2118 bfd_set_section_flags (vtext_section,
2124 return vtext_section;
2107 static segT vtext_section; local

Completed in 27 milliseconds