Home
last modified time | relevance | path

Searched refs:_COMMENT (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/binutils/include/coff/
HDexternal.h99 #define _COMMENT ".comment" macro
HDecoff.h72 #define _COMMENT ".comment" macro
/trueos/contrib/binutils/bfd/
HDcoffcode.h411 #ifdef _COMMENT in sec_to_styp_flags()
413 else if (!strcmp (sec_name, _COMMENT)) in sec_to_styp_flags()
678 #ifdef _COMMENT in styp_to_sec_flags()
679 || strcmp (name, _COMMENT) == 0 in styp_to_sec_flags()
HDecoff.c325 if (streq (name, _COMMENT)) in ecoff_sec_to_styp_flags()