Home
last modified time | relevance | path

Searched refs:stLabel (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/binutils/include/coff/
H A Dsymconst.h100 #define stLabel 5 /* label */ macro
/freebsd-12.1/contrib/gdb/gdb/
H A Dmdebugread.c745 case stLabel: /* label, goes into current block */ in parse_symbol()
2082 case stLabel: in parse_external()
2114 case stLabel: in parse_external()
2451 case stLabel: in parse_partial_symbols()
3495 case stLabel: /* Labels */ in parse_partial_symbols()
3575 case stLabel: in parse_partial_symbols()
3963 else if (sh.st == stLabel) in psymtab_to_symtab_1()
/freebsd-12.1/contrib/gcc/
H A Dmips-tdump.c107 st_Label = stLabel, /* label */
1027 else if (sym_ptr->st == stLabel && sym_ptr->index != indexNil) in print_symbol()
H A Dmips-tfile.c728 st_Label = stLabel, /* label */
/freebsd-12.1/contrib/binutils/bfd/
H A Decoff.c668 case stLabel: in ecoff_set_symbol_info()
698 || ecoff_sym->st == stLabel in ecoff_set_symbol_info()
1478 case stLabel: in _bfd_ecoff_print_symbol()
3369 case stLabel: in ecoff_link_add_externals()
3647 && esym.asym.st != stLabel in ecoff_link_check_archive_element()
H A Decofflink.c840 case stLabel:
2350 else if (sym.st == stLabel && sym.index != indexNil)
H A Delfxx-mips.c1816 h->esym.asym.st = stLabel; in mips_elf_output_extsym()
1822 h->esym.asym.st = stLabel; in mips_elf_output_extsym()
1829 h->esym.asym.st = stLabel; in mips_elf_output_extsym()
H A DChangeLog-94954882 * ecoff.c (ecoff_set_symbol_info): Mark local stProc, stLabel or
/freebsd-12.1/contrib/binutils/gas/
H A Decoff.c662 st_Label = stLabel, /* label */