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

/freebsd-10.1-release/contrib/binutils/include/coff/
H A Dsymconst.h60 #define scText 1 /* text symbol */ macro
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dmdebugread.c134 #define SC_IS_TEXT(sc) ((sc) == scText \
636 case scText:
764 as well, as only (stProc, scText) entries represent "real"
767 If the storage class is not scText, we discard the whole block
769 if (sh->st == stProc && sh->sc != scText)
1194 else if (sh->sc == scText &&
1273 else if (sh->sc == scText && top_stack->blocktype == stBlock)
1280 else if (sh->sc == scText && top_stack->blocktype == stNil)
1286 else if (sh->sc == scText && top_stack->blocktype == stFile)
3328 case scText
[all...]
/freebsd-10.1-release/contrib/binutils/bfd/
H A Decoff.c718 case scText:
1491 if (ecoff_ext.asym.sc == scText
3411 case scText:
3662 case scText:
4354 { _TEXT, scText },
H A Decofflink.c641 SET (".text", scText);
807 fdr.adr += section_adjust[scText];
H A Delf64-alpha.c1599 h->esym.asym.sc = scText;
5003 static const int sc[] = { scText, scInit, scFini, scData,
H A Delfxx-mips.c1865 h->esym.asym.sc = scText;
10288 scText, scInit, scFini, scData,
/freebsd-10.1-release/contrib/gcc/
H A Dmips-tdump.c75 sc_Text = scText, /* text symbol */
H A Dmips-tfile.c211 scText -- text symbol
700 sc_Text = scText, /* text symbol */
/freebsd-10.1-release/contrib/binutils/gas/
H A Decoff.c235 scText -- text symbol
630 sc_Text = scText, /* text symbol */

Completed in 144 milliseconds