| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
| H A D | XCOFF.h | 73 STYP_DATA = 0x0040, enumerator
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | simple-object-coff.c | 89 #define STYP_DATA (1 << 6) macro 583 flags = (STYP_DATA | IMAGE_SCN_MEM_DISCARDABLE | IMAGE_SCN_MEM_SHARED in simple_object_coff_write_scnhdr()
|
| H A D | simple-object-xcoff.c | 128 #define STYP_DATA 0x40 macro 842 flags = STYP_DATA; in simple_object_xcoff_write_scnhdr()
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | simple-object-coff.c | 89 #define STYP_DATA (1 << 6) macro 583 flags = (STYP_DATA | IMAGE_SCN_MEM_DISCARDABLE | IMAGE_SCN_MEM_SHARED in simple_object_coff_write_scnhdr()
|
| H A D | simple-object-xcoff.c | 128 #define STYP_DATA 0x40 macro 842 flags = STYP_DATA; in simple_object_xcoff_write_scnhdr()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
| H A D | XCOFFDumper.cpp | 133 if (Sec.Flags != XCOFF::STYP_TEXT && Sec.Flags != XCOFF::STYP_DATA && in printRelocations() 434 ECase(STYP_DATA), ECase(STYP_BSS), ECase(STYP_EXCEPT),
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | simple-object-coff.c | 89 #define STYP_DATA (1 << 6) macro 583 flags = (STYP_DATA | IMAGE_SCN_MEM_DISCARDABLE | IMAGE_SCN_MEM_SHARED in simple_object_coff_write_scnhdr()
|
| H A D | simple-object-xcoff.c | 128 #define STYP_DATA 0x40 macro 842 flags = STYP_DATA; in simple_object_xcoff_write_scnhdr()
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | simple-object-coff.c | 89 #define STYP_DATA (1 << 6) macro 583 flags = (STYP_DATA | IMAGE_SCN_MEM_DISCARDABLE | IMAGE_SCN_MEM_SHARED in simple_object_coff_write_scnhdr()
|
| H A D | simple-object-xcoff.c | 128 #define STYP_DATA 0x40 macro 842 flags = STYP_DATA; in simple_object_xcoff_write_scnhdr()
|
| /netbsd-src/external/gpl3/binutils/dist/include/coff/ |
| H A D | internal.h | 427 #define STYP_DATA (0x0040) /* section contains data only */ macro
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/coff/ |
| H A D | internal.h | 427 #define STYP_DATA (0x0040) /* section contains data only */ macro
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | XCOFFObjectWriter.cpp | 254 Data(".data", XCOFF::STYP_DATA, /* IsVirtual */ false,
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | ecoff.c | 278 { _DATA, STYP_DATA }, in ecoff_sec_to_styp_flags() 320 styp = STYP_DATA; in ecoff_sec_to_styp_flags() 369 else if ((styp_flags & STYP_DATA) in _bfd_ecoff_styp_to_sec_flags() 2476 || (section.s_flags & STYP_DATA) != 0 in _bfd_ecoff_write_object_contents()
|
| H A D | coffcode.h | 510 styp_flags = STYP_DATA; in sec_to_styp_flags() 598 styp_flags = STYP_DATA; in sec_to_styp_flags() 771 else if (styp_flags & STYP_DATA) in styp_to_sec_flags()
|
| H A D | coff64-rs6000.c | 2160 data_scnhdr.s_flags = STYP_DATA; in xcoff64_generate_rtinit()
|
| H A D | coff-rs6000.c | 4068 scnhdr.s_flags = STYP_DATA; in xcoff_generate_rtinit()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | ecoff.c | 298 { _DATA, STYP_DATA }, in ecoff_sec_to_styp_flags() 340 styp = STYP_DATA; in ecoff_sec_to_styp_flags() 389 else if ((styp_flags & STYP_DATA) in _bfd_ecoff_styp_to_sec_flags() 2556 || (section.s_flags & STYP_DATA) != 0 in _bfd_ecoff_write_object_contents()
|
| H A D | coffcode.h | 455 styp_flags = STYP_DATA; in sec_to_styp_flags() 543 styp_flags = STYP_DATA; in sec_to_styp_flags() 716 else if (styp_flags & STYP_DATA) in styp_to_sec_flags()
|
| H A D | coff64-rs6000.c | 2153 data_scnhdr.s_flags = STYP_DATA; in xcoff64_generate_rtinit()
|
| H A D | coff-rs6000.c | 4152 scnhdr.s_flags = STYP_DATA; in xcoff_generate_rtinit()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
| H A D | XCOFFObjectFile.cpp | 309 return Flags & (XCOFF::STYP_DATA | XCOFF::STYP_TDATA); in isSectionData()
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | od-xcoff.c | 184 { STYP_DATA, "data" },
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | od-xcoff.c | 185 { STYP_DATA, "data" },
|
| /netbsd-src/external/gpl3/gdb.old/dist/bfd/ |
| H A D | ChangeLog-9193 | 4849 STYP_DATA), set SEC_SHARED_LIBRARY. This seems to be correct for
|