Home
last modified time | relevance | path

Searched refs:STYP_BSS (Results 1 – 17 of 17) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DXCOFF.h138 STYP_BSS = 0x0080, enumerator
/openbsd/src/gnu/usr.bin/binutils-2.17/include/coff/
Dinternal.h394 #define STYP_BSS (0x0080) /* section contains bss only */ macro
/openbsd/src/gnu/usr.bin/binutils/include/coff/
Dinternal.h394 #define STYP_BSS (0x0080) /* section contains bss only */ macro
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DXCOFFEmitter.cpp141 InitSections[I].Flags != XCOFF::STYP_BSS) in initSectionHeader()
298 case XCOFF::STYP_BSS: in initAuxFileHeader()
DXCOFFYAML.cpp35 ECase(STYP_BSS); in bitset()
/openbsd/src/gnu/llvm/llvm/lib/Object/
DXCOFFObjectFile.cpp460 ECASE(STYP_BSS, "bss"); in getSectionFileOffsetToRawData()
495 return Flags & (XCOFF::STYP_BSS | XCOFF::STYP_TBSS); in isSectionBSS()
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Decoff.c298 { _BSS, STYP_BSS }, in ecoff_sec_to_styp_flags()
340 styp = STYP_BSS; in ecoff_sec_to_styp_flags()
400 else if ((styp_flags & STYP_BSS) in _bfd_ecoff_styp_to_sec_flags()
2485 else if ((section.s_flags & STYP_BSS) != 0 in _bfd_ecoff_write_object_contents()
Dcoffcode.h410 styp_flags = STYP_BSS; in sec_to_styp_flags()
489 styp_flags = STYP_BSS; in sec_to_styp_flags()
631 else if (styp_flags & STYP_BSS) in styp_to_sec_flags()
Dcoff64-rs6000.c2254 bss_scnhdr.s_flags = STYP_BSS;
DChangeLog-91932442 Bloom): Only set STYP_BSS for SEC_ALLOC sections.
4006 a STYP_NOLOAD | STYP_BSS section if BSS_NOLOAD_IS_SHARED_LIBRARY
4007 is defined. On many COFF targets STYP_BSS is always STYP_NOLOAD.
4022 STYP_NOLOAD | STYP_BSS section. Don't set SEC_NEVER_LOAD for a
/openbsd/src/gnu/usr.bin/binutils/bfd/
Decoff.c327 styp = STYP_BSS;
372 styp = STYP_BSS;
432 else if ((styp_flags & STYP_BSS)
2627 else if ((section.s_flags & STYP_BSS) != 0
Dcoffcode.h411 styp_flags = STYP_BSS;
490 styp_flags = STYP_BSS;
632 else if (styp_flags & STYP_BSS)
Dcoff64-rs6000.c2253 bss_scnhdr.s_flags = STYP_BSS;
DChangeLog-91932442 Bloom): Only set STYP_BSS for SEC_ALLOC sections.
4006 a STYP_NOLOAD | STYP_BSS section if BSS_NOLOAD_IS_SHARED_LIBRARY
4007 is defined. On many COFF targets STYP_BSS is always STYP_NOLOAD.
4022 STYP_NOLOAD | STYP_BSS section. Don't set SEC_NEVER_LOAD for a
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dobj-coff.c2138 s->s_flags |= STYP_BSS;
3749 case 'b': flags |= STYP_BSS; break;
/openbsd/src/gnu/llvm/llvm/lib/MC/
DXCOFFObjectWriter.cpp393 BSS(".bss", XCOFF::STYP_BSS, /* IsVirtual */ true,
/openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/
DXCOFFDumper.cpp978 ECase(STYP_DATA), ECase(STYP_BSS), ECase(STYP_EXCEPT),