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

  /src/external/gpl3/binutils/dist/gas/
ecoff.c 662 st_Proc = stProc, /* " " Procedure */
1375 st_Proc, /* 101: C_FCN function start/end */
1671 || type == st_Proc || type == st_StaticProc))
1681 case st_Proc: /* procedure */
1780 || type == st_Proc || type == st_StaticProc))
2148 new_proc_ptr->sym = add_ecoff_symbol (NULL, st_Proc, sc_Text, sym, 0, 0, 0);
2381 case st_Proc: return "Proc,";
3961 /* Set st_Proc to st_StaticProc for local
3963 if (sym_ptr->ecoff_sym.asym.st == st_Proc
3994 st = st_Proc;
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
ecoff.c 662 st_Proc = stProc, /* " " Procedure */
1375 st_Proc, /* 101: C_FCN function start/end */
1671 || type == st_Proc || type == st_StaticProc))
1681 case st_Proc: /* procedure */
1780 || type == st_Proc || type == st_StaticProc))
2148 new_proc_ptr->sym = add_ecoff_symbol (NULL, st_Proc, sc_Text, sym, 0, 0, 0);
2381 case st_Proc: return "Proc,";
3958 /* Set st_Proc to st_StaticProc for local
3960 if (sym_ptr->ecoff_sym.asym.st == st_Proc
3991 st = st_Proc;
    [all...]

Completed in 18 milliseconds