Home
last modified time | relevance | path

Searched refs:stProc (Results 1 – 11 of 11) sorted by relevance

/trueos/contrib/binutils/include/coff/
HDsymconst.h101 #define stProc 6 /* " " Procedure */ macro
/trueos/contrib/gdb/gdb/
HDmdebugread.c754 case stProc: /* Procedure, usually goes into global block */ in parse_symbol()
762 if (sh->st == stProc && sh->sc != scText) in parse_symbol()
814 if (sh->st == stProc) in parse_symbol()
1166 if (top_stack->blocktype == stProc in parse_symbol()
1188 (top_stack->blocktype == stProc || in parse_symbol()
2074 case stProc: in parse_external()
2101 case stProc: in parse_external()
2415 case stProc: in parse_partial_symbols()
2634 if (sh.st == stProc || sh.st == stStaticProc) in parse_partial_symbols()
3354 case stProc: in parse_partial_symbols()
[all …]
/trueos/contrib/binutils/bfd/
HDecoff.c669 case stProc: in ecoff_set_symbol_info()
697 if (ecoff_sym->st == stProc in ecoff_set_symbol_info()
703 if (ecoff_sym->st == stProc || ecoff_sym->st == stStaticProc) in ecoff_set_symbol_info()
1500 case stProc: in _bfd_ecoff_print_symbol()
3370 case stProc: in ecoff_link_add_externals()
3648 && esym.asym.st != stProc) in ecoff_link_check_archive_element()
HDecofflink.c841 case stProc:
HDelfxx-mips.c1912 h->esym.asym.st = stProc; in mips_elf_output_extsym()
HDChangeLog-02037933 symbols of type stProc and stStaticProc.
HDChangeLog-94954882 * ecoff.c (ecoff_set_symbol_info): Mark local stProc, stLabel or
/trueos/contrib/gcc/
HDmips-tdump.c108 st_Proc = stProc, /* " " Procedure */
HDcollect2.c2287 # define GCC_OK_SYMBOL(X) ((X).st == stProc || (X).st == stGlobal)
HDmips-tfile.c729 st_Proc = stProc, /* " " Procedure */
/trueos/contrib/binutils/gas/
HDecoff.c663 st_Proc = stProc, /* " " Procedure */