Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/coff/
Dinternal.h431 #define STYP_TEXT (0x0020) /* section contains text only */ macro
/toolchain/binutils/binutils-2.25/bfd/
Dcoffcode.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()
Decoff.c297 { _TEXT, STYP_TEXT }, in ecoff_sec_to_styp_flags()
338 styp = STYP_TEXT; in ecoff_sec_to_styp_flags()
373 if ((styp_flags & STYP_TEXT) in _bfd_ecoff_styp_to_sec_flags()
2458 if ((section.s_flags & STYP_TEXT) != 0 in _bfd_ecoff_write_object_contents()
Dcoff64-rs6000.c2226 text_scnhdr.s_flags = STYP_TEXT; in xcoff64_generate_rtinit()
DChangeLog-91933357 section named _INIT. Don't set STYP_TEXT unless SEC_CODE is set.
3359 a STYP_TEXT section.
4848 coffcode.h (styp_to_sec_flags): if STYP_NOLOAD && (STYP_TEXT ||
/toolchain/binutils/binutils-2.25/binutils/
Dod-xcoff.c183 { STYP_TEXT, "text" },
1459 if (data->sects[i].flags == STYP_TEXT) in dump_xcoff32_traceback()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-929512178 SEG_E2 contents. Set .init and .fini sections to STYP_TEXT.