Searched refs:stProc (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/contrib/binutils/include/coff/
H A Dsymconst.h101 #define stProc 6 /* " " Procedure */ macro
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dmdebugread.c487 blocks. stProc or stStaticProc means we have seen the start of a
761 case stProc: /* Procedure, usually goes into global block */
763 /* For stProc symbol records, we need to check the storage class
764 as well, as only (stProc, scText) entries represent "real"
768 of symbol records for this stProc. */
769 if (sh->st == stProc && sh->sc != scText)
821 if (sh->st == stProc)
916 methods are encoded as stProc. The scope of stProc
1173 if (top_stack->blocktype == stProc
[all...]
/freebsd-10.0-release/contrib/binutils/bfd/
H A Decoff.c672 case stProc:
694 /* Normally, a local stProc symbol will have a corresponding
700 if (ecoff_sym->st == stProc
706 if (ecoff_sym->st == stProc || ecoff_sym->st == stStaticProc)
1503 case stProc:
3379 case stProc:
3657 && esym.asym.st != stProc)
H A Decofflink.c844 case stProc:
H A Delfxx-mips.c1923 h->esym.asym.st = stProc;
/freebsd-10.0-release/contrib/gcc/
H A Dcollect2.c2304 # define GCC_OK_SYMBOL(X) ((X).st == stProc || (X).st == stGlobal)
H A Dmips-tdump.c109 st_Proc = stProc, /* " " Procedure */
H A Dmips-tfile.c198 stProc -- External Procedure
734 st_Proc = stProc, /* " " Procedure */
/freebsd-10.0-release/contrib/binutils/gas/
H A Decoff.c222 stProc -- External Procedure
664 st_Proc = stProc, /* " " Procedure */

Completed in 274 milliseconds