Home
last modified time | relevance | path

Searched refs:STYP_DATA (Results 1 – 25 of 28) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h73 STYP_DATA = 0x0040, enumerator
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dsimple-object-coff.c89 #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 Dsimple-object-xcoff.c128 #define STYP_DATA 0x40 macro
842 flags = STYP_DATA; in simple_object_xcoff_write_scnhdr()
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dsimple-object-coff.c89 #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 Dsimple-object-xcoff.c128 #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 DXCOFFDumper.cpp133 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 Dsimple-object-coff.c89 #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 Dsimple-object-xcoff.c128 #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 Dsimple-object-coff.c89 #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 Dsimple-object-xcoff.c128 #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 Dinternal.h427 #define STYP_DATA (0x0040) /* section contains data only */ macro
/netbsd-src/external/gpl3/binutils.old/dist/include/coff/
H A Dinternal.h427 #define STYP_DATA (0x0040) /* section contains data only */ macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp254 Data(".data", XCOFF::STYP_DATA, /* IsVirtual */ false,
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Decoff.c278 { _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 Dcoffcode.h510 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 Dcoff64-rs6000.c2160 data_scnhdr.s_flags = STYP_DATA; in xcoff64_generate_rtinit()
H A Dcoff-rs6000.c4068 scnhdr.s_flags = STYP_DATA; in xcoff_generate_rtinit()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Decoff.c298 { _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 Dcoffcode.h455 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 Dcoff64-rs6000.c2153 data_scnhdr.s_flags = STYP_DATA; in xcoff64_generate_rtinit()
H A Dcoff-rs6000.c4152 scnhdr.s_flags = STYP_DATA; in xcoff_generate_rtinit()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DXCOFFObjectFile.cpp309 return Flags & (XCOFF::STYP_DATA | XCOFF::STYP_TDATA); in isSectionData()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dod-xcoff.c184 { STYP_DATA, "data" },
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dod-xcoff.c185 { STYP_DATA, "data" },
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-91934849 STYP_DATA), set SEC_SHARED_LIBRARY. This seems to be correct for

12