Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/include/coff/
HDinternal.h392 #define STYP_TEXT (0x0020) /* section contains text only */ macro
/dragonfly/contrib/binutils-2.27/include/coff/
HDinternal.h431 #define STYP_TEXT (0x0020) /* section contains text only */ macro
/dragonfly/contrib/binutils-2.34/include/coff/
HDinternal.h423 #define STYP_TEXT (0x0020) /* section contains text only */ macro
/dragonfly/contrib/binutils-2.34/bfd/
HDcoffcode.h506 styp_flags = STYP_TEXT; in sec_to_styp_flags()
586 styp_flags = STYP_TEXT; in sec_to_styp_flags()
597 styp_flags = STYP_TEXT; in sec_to_styp_flags()
602 styp_flags = STYP_TEXT; in sec_to_styp_flags()
747 if (styp_flags & STYP_TEXT) in styp_to_sec_flags()
/dragonfly/contrib/binutils-2.27/bfd/
HDcoffcode.h522 styp_flags = STYP_TEXT; in sec_to_styp_flags()
602 styp_flags = STYP_TEXT; in sec_to_styp_flags()
613 styp_flags = STYP_TEXT; in sec_to_styp_flags()
618 styp_flags = STYP_TEXT; in sec_to_styp_flags()
763 if (styp_flags & STYP_TEXT) in styp_to_sec_flags()
/dragonfly/contrib/binutils-2.27/binutils/
HDod-xcoff.c183 { STYP_TEXT, "text" },
1459 if (data->sects[i].flags == STYP_TEXT) in dump_xcoff32_traceback()