Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/i386/ibcs2/
HDcoff.h93 STYP_TEXT = 0x20, /* text */ enumerator
HDimgact_coff.c253 else if (scns[i].s_flags & STYP_TEXT) { in coff_load_file()
353 } else if (scns[i].s_flags & STYP_TEXT) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDXCOFF.h62 STYP_TEXT = 0x0020, enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDXCOFFDumper.cpp139 if (Sec.Flags != XCOFF::STYP_TEXT && Sec.Flags != XCOFF::STYP_DATA && in printRelocations()
442 ECase(STYP_PAD), ECase(STYP_DWARF), ECase(STYP_TEXT),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDXCOFFObjectFile.cpp298 return getSectionFlags(Sec) & XCOFF::STYP_TEXT; in isSectionText()
780 return (OwningObjectPtr->getSectionFlags(SI.get()) & XCOFF::STYP_TEXT); in isFunction()
/freebsd-11-stable/contrib/binutils/include/coff/
HDinternal.h389 #define STYP_TEXT (0x0020) /* section contains text only */ macro
/freebsd-11-stable/contrib/binutils/bfd/
HDcoffcode.h402 styp_flags = STYP_TEXT; in sec_to_styp_flags()
469 styp_flags = STYP_TEXT; in sec_to_styp_flags()
480 styp_flags = STYP_TEXT; in sec_to_styp_flags()
485 styp_flags = STYP_TEXT; in sec_to_styp_flags()
617 if (styp_flags & STYP_TEXT) in styp_to_sec_flags()
HDecoff.c290 { _TEXT, STYP_TEXT }, in ecoff_sec_to_styp_flags()
331 styp = STYP_TEXT; in ecoff_sec_to_styp_flags()
366 if ((styp_flags & STYP_TEXT) in _bfd_ecoff_styp_to_sec_flags()
2447 if ((section.s_flags & STYP_TEXT) != 0 in _bfd_ecoff_write_object_contents()
HDcoff64-rs6000.c2244 text_scnhdr.s_flags = STYP_TEXT;
HDChangeLog-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 ||
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
HDXCOFFObjectWriter.cpp223 Text(".text", XCOFF::STYP_TEXT, /* IsVirtual */ false, in XCOFFObjectWriter()
/freebsd-11-stable/contrib/binutils/gas/
HDChangeLog-929512178 SEG_E2 contents. Set .init and .fini sections to STYP_TEXT.