Searched refs:STYP_TEXT (Results 1 – 12 of 12) sorted by relevance
| /freebsd-11-stable/sys/i386/ibcs2/ |
| HD | coff.h | 93 STYP_TEXT = 0x20, /* text */ enumerator
|
| HD | imgact_coff.c | 253 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/ |
| HD | XCOFF.h | 62 STYP_TEXT = 0x0020, enumerator
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| HD | XCOFFDumper.cpp | 139 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/ |
| HD | XCOFFObjectFile.cpp | 298 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/ |
| HD | internal.h | 389 #define STYP_TEXT (0x0020) /* section contains text only */ macro
|
| /freebsd-11-stable/contrib/binutils/bfd/ |
| HD | coffcode.h | 402 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()
|
| HD | ecoff.c | 290 { _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()
|
| HD | coff64-rs6000.c | 2244 text_scnhdr.s_flags = STYP_TEXT;
|
| HD | ChangeLog-9193 | 3357 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/ |
| HD | XCOFFObjectWriter.cpp | 223 Text(".text", XCOFF::STYP_TEXT, /* IsVirtual */ false, in XCOFFObjectWriter()
|
| /freebsd-11-stable/contrib/binutils/gas/ |
| HD | ChangeLog-9295 | 12178 SEG_E2 contents. Set .init and .fini sections to STYP_TEXT.
|