Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gas/
H A Decoff.c662 st_Proc = stProc, /* " " Procedure */ enumerator
1374 st_Proc, /* 101: C_FCN function start/end */
1658 || type == st_Proc || type == st_StaticProc)) in add_ecoff_symbol()
1668 case st_Proc: /* procedure */ in add_ecoff_symbol()
1767 || type == st_Proc || type == st_StaticProc)) in add_ecoff_symbol()
2143 new_proc_ptr->sym = add_ecoff_symbol ((const char *) NULL, st_Proc, sc_Text, in add_procedure()
2384 case st_Proc: return "Proc,";
3991 if (sym_ptr->ecoff_sym.asym.st == st_Proc in ecoff_build_symbols()
4022 st = st_Proc; in ecoff_build_symbols()
4158 if (begin_type == st_Proc in ecoff_build_symbols()
[all …]
H A DChangeLog-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
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Decoff.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 …]
H A DChangeLog-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
/openbsd/gnu/gcc/gcc/
H A Dmips-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()
H A Dmips-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()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dmips-tdump.c102 st_Proc = stProc, /* " " Procedure */ enumerator
367 case st_Proc: return "Proc";
923 case st_Proc:
984 if (scope_ptr->st == st_Proc || scope_ptr->st == st_StaticProc)
H A Dmips-tfile.c726 st_Proc = stProc, /* " " Procedure */ enumerator
1509 st_Proc, /* 101: C_FCN function start/end */
1908 || type == st_Proc || type == st_StaticProc))
1918 case st_Proc: /* procedure */
2015 || type == st_Proc || type == st_StaticProc))
2421 st_t proc_type = st_Proc;
2447 && ((st_t) sym_ptr->st == st_Proc || (st_t) sym_ptr->st == st_StaticProc))
2647 case st_Proc: return "Proc,";
4682 case st_Proc: in copy_object()