Home
last modified time | relevance | path

Searched refs:scText (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gdb-7/include/coff/
H A Dsymconst.h60 #define scText 1 /* text symbol */ macro
/dragonfly/contrib/gdb-7/gdb/
H A Dmdebugread.c114 #define SC_IS_TEXT(sc) ((sc) == scText \
571 case scText: in parse_symbol()
706 if (sh->st == stProc && sh->sc != scText) in parse_symbol()
1132 else if (sh->sc == scText && in parse_symbol()
1206 else if (sh->sc == scText && top_stack->blocktype == stBlock) in parse_symbol()
1213 else if (sh->sc == scText && top_stack->blocktype == stNil) in parse_symbol()
1219 else if (sh->sc == scText && top_stack->blocktype == stFile) in parse_symbol()
2266 case scText: in record_minimal_symbol()
3483 case scText: in parse_partial_symbols()
3551 if (sh.st == stProc && sh.sc != scText) in parse_partial_symbols()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dmips-tdump.c64 sc_Text = scText, /* text symbol */
H A Dmips-tfile.c648 sc_Text = scText, /* text symbol */
/dragonfly/contrib/binutils-2.34/gas/
H A Decoff.c626 sc_Text = scText, /* text symbol */
/dragonfly/contrib/binutils-2.27/gas/
H A Decoff.c626 sc_Text = scText, /* text symbol */