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

  /src/external/gpl3/binutils/dist/gas/
ecoff.c 670 st_StaticProc = stStaticProc, /* load time only static procs */
1671 || type == st_Proc || type == st_StaticProc))
1682 case st_StaticProc: /* static procedure */
1780 || type == st_Proc || type == st_StaticProc))
2389 case st_StaticProc: return "StaticProc,";
3961 /* Set st_Proc to st_StaticProc for local
3967 sym_ptr->ecoff_sym.asym.st = st_StaticProc;
4131 || begin_type == st_StaticProc)
4203 || sym_ptr->ecoff_sym.asym.st == st_StaticProc)
  /src/external/gpl3/binutils.old/dist/gas/
ecoff.c 670 st_StaticProc = stStaticProc, /* load time only static procs */
1671 || type == st_Proc || type == st_StaticProc))
1682 case st_StaticProc: /* static procedure */
1780 || type == st_Proc || type == st_StaticProc))
2389 case st_StaticProc: return "StaticProc,";
3958 /* Set st_Proc to st_StaticProc for local
3964 sym_ptr->ecoff_sym.asym.st = st_StaticProc;
4128 || begin_type == st_StaticProc)
4200 || sym_ptr->ecoff_sym.asym.st == st_StaticProc)

Completed in 18 milliseconds