Searched refs:st_Proc (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dmips-tdump.c109 st_Proc = stProc, /* " " Procedure */
385 case st_Proc: return "Proc";
935 case st_Proc:
996 if (scope_ptr->st == st_Proc || scope_ptr->st == st_StaticProc)
108 st_Proc = stProc, /* " " Procedure */ enumerator in enum:st
H A Dmips-tfile.c734 st_Proc = stProc, /* " " Procedure */
1441 st_Proc, /* 101: C_FCN function start/end */
1808 || type == st_Proc || type == st_StaticProc))
1818 case st_Proc: /* procedure */
1901 /* The index for an external st_Proc symbol is the index
1902 of the st_Proc symbol in the local symbol table. */
1915 || type == st_Proc || type == st_StaticProc))
2318 st_t proc_type = st_Proc;
2344 && ((st_t) sym_ptr->st == st_Proc || (st_t) sym_ptr->st == st_StaticProc))
2570 case st_Proc
729 st_Proc = stProc, /* " " Procedure */ enumerator in enum:st
[all...]
/freebsd-9.3-release/contrib/binutils/gas/
H A Decoff.c664 st_Proc = stProc, /* " " Procedure */
1377 st_Proc, /* 101: C_FCN function start/end */
1667 || type == st_Proc || type == st_StaticProc))
1677 case st_Proc: /* procedure */
1776 || type == st_Proc || type == st_StaticProc))
2157 new_proc_ptr->sym = add_ecoff_symbol ((const char *) NULL, st_Proc, sc_Text,
2401 case st_Proc: return "Proc,";
4020 /* Set st_Proc to st_StaticProc for local
4022 if (sym_ptr->ecoff_sym.asym.st == st_Proc
4053 st = st_Proc;
663 st_Proc = stProc, /* " " Procedure */ enumerator in enum:st
[all...]

Completed in 62 milliseconds