Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/include/coff/
Dinternal.h423 #define STYP_TEXT (0x0020) /* section contains text only */ macro
/netbsd/src/external/gpl3/gdb/dist/include/coff/
Dinternal.h423 #define STYP_TEXT (0x0020) /* section contains text only */ macro
/netbsd/src/external/gpl3/gdb/dist/bfd/
Dcoffcode.h451 styp_flags = STYP_TEXT; in sec_to_styp_flags()
539 styp_flags = STYP_TEXT; in sec_to_styp_flags()
550 styp_flags = STYP_TEXT; in sec_to_styp_flags()
555 styp_flags = STYP_TEXT; in sec_to_styp_flags()
709 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()
2533 if ((section.s_flags & STYP_TEXT) != 0 in _bfd_ecoff_write_object_contents()
Dcoff64-rs6000.c2140 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 ||
/netbsd/src/external/gpl3/binutils/dist/bfd/
Dcoffcode.h451 styp_flags = STYP_TEXT; in sec_to_styp_flags()
539 styp_flags = STYP_TEXT; in sec_to_styp_flags()
550 styp_flags = STYP_TEXT; in sec_to_styp_flags()
555 styp_flags = STYP_TEXT; in sec_to_styp_flags()
709 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()
2533 if ((section.s_flags & STYP_TEXT) != 0 in _bfd_ecoff_write_object_contents()
Dcoff64-rs6000.c2140 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 ||
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dod-xcoff.c184 { STYP_TEXT, "text" },
1459 if (data->sects[i].flags == STYP_TEXT) in dump_xcoff32_traceback()
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-929512178 SEG_E2 contents. Set .init and .fini sections to STYP_TEXT.