Home
last modified time | relevance | path

Searched refs:st_Proc (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
HDecoff.c663 st_Proc = stProc, /* " " Procedure */ enumerator
1375 st_Proc, /* 101: C_FCN function start/end */
1659 || type == st_Proc || type == st_StaticProc)) in add_ecoff_symbol()
1669 case st_Proc: /* procedure */ in add_ecoff_symbol()
1768 || type == st_Proc || type == st_StaticProc)) in add_ecoff_symbol()
2144 new_proc_ptr->sym = add_ecoff_symbol ((const char *) NULL, st_Proc, sc_Text, in add_procedure()
2385 case st_Proc: return "Proc,";
3990 if (sym_ptr->ecoff_sym.asym.st == st_Proc in ecoff_build_symbols()
4021 st = st_Proc; in ecoff_build_symbols()
4157 if (begin_type == st_Proc in ecoff_build_symbols()
[all …]
HDChangeLog-92955051 external symbol with no type, set the type to st_Proc rather than
5052 st_Global. Don't set the index of an external st_Proc or
9040 for st_StaticProc just like st_Proc.
11088 (ecoff_build_symbols): Turn local st_Proc symbols into
11089 st_StaticProc symbols. Set index field of external st_Proc and
/freebsd-11-stable/contrib/gcc/
HDmips-tdump.c108 st_Proc = stProc, /* " " Procedure */ enumerator
379 case st_Proc: return "Proc"; in st_to_string()
924 case st_Proc: in print_symbol()
985 if (scope_ptr->st == st_Proc || scope_ptr->st == st_StaticProc) in print_symbol()
HDmips-tfile.c729 st_Proc = stProc, /* " " Procedure */ enumerator
1434 st_Proc, /* 101: C_FCN function start/end */
1793 || type == st_Proc || type == st_StaticProc)) in add_local_symbol()
1803 case st_Proc: /* procedure */ in add_local_symbol()
1900 || type == st_Proc || type == st_StaticProc)) in add_local_symbol()
2297 st_t proc_type = st_Proc; in add_procedure()
2323 && ((st_t) sym_ptr->st == st_Proc || (st_t) sym_ptr->st == st_StaticProc)) in add_procedure()
2545 case st_Proc: return "Proc,"; in st_to_string()
4546 case st_Proc: in copy_object()