Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/include/coff/
Dsymconst.h96 #define stGlobal 1 /* external symbol */ macro
/freebsd-12-stable/contrib/gdb/gdb/
Dmdebugread.c657 case stGlobal: /* external symbol, goes into global block */ in parse_symbol()
2078 case stGlobal: in parse_external()
2113 case stGlobal: in parse_external()
2424 case stGlobal: in parse_partial_symbols()
3581 case stGlobal: in parse_partial_symbols()
/freebsd-12-stable/contrib/binutils/bfd/
Decoff.c666 case stGlobal: in ecoff_set_symbol_info()
2264 esym->asym.st = stGlobal; in ecoff_get_extr()
3367 case stGlobal: in ecoff_link_add_externals()
3646 if (esym.asym.st != stGlobal in ecoff_link_check_archive_element()
4327 h->esym.asym.st = stGlobal; in ecoff_link_write_external()
Decofflink.c838 case stGlobal:
Delf64-alpha.c1571 h->esym.asym.st = stGlobal; in elf64_alpha_output_extsym()
Delfxx-mips.c1802 h->esym.asym.st = stGlobal; in mips_elf_output_extsym()
/freebsd-12-stable/contrib/gcc/
Dmips-tdump.c103 st_Global = stGlobal, /* external symbol */
Dcollect2.c2287 # define GCC_OK_SYMBOL(X) ((X).st == stProc || (X).st == stGlobal)
Dmips-tfile.c724 st_Global = stGlobal, /* external symbol */
DChangeLog-199913446 (GCC_OK_SYMBOL) [ECOFF]: Accept stGlobal.
/freebsd-12-stable/contrib/binutils/gas/
Decoff.c658 st_Global = stGlobal, /* external symbol */