Searched refs:STYP_BSS (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/i386/ibcs2/
H A Dcoff.h95 STYP_BSS = 0x80, /* bss */ enumerator in enum:scnhdr_flags
H A Dimgact_coff.c262 } else if (scns[i].s_flags & STYP_BSS) {
362 } else if (scns[i].s_flags & STYP_BSS) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h64 STYP_BSS = 0x0080, enumerator in enum:llvm::XCOFF::SectionTypeFlags
/freebsd-11-stable/contrib/binutils/include/coff/
H A Dinternal.h394 #define STYP_BSS (0x0080) /* section contains bss only */ macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp227 BSS(".bss", XCOFF::STYP_BSS, /* IsVirtual */ true,
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp443 ECase(STYP_DATA), ECase(STYP_BSS), ECase(STYP_EXCEPT),
/freebsd-11-stable/contrib/binutils/bfd/
H A Decoff.c298 { _BSS, STYP_BSS },
340 styp = STYP_BSS;
400 else if ((styp_flags & STYP_BSS)
2492 else if ((section.s_flags & STYP_BSS) != 0
H A Dcoffcode.h411 styp_flags = STYP_BSS;
490 styp_flags = STYP_BSS;
545 styp_flags |= IMAGE_SCN_CNT_UNINITIALIZED_DATA; /* ==STYP_BSS */
632 else if (styp_flags & STYP_BSS)
H A Dcoff64-rs6000.c2271 bss_scnhdr.s_flags = STYP_BSS;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp308 return Flags & (XCOFF::STYP_BSS | XCOFF::STYP_TBSS);

Completed in 277 milliseconds