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

/freebsd-10.2-release/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-10.2-release/contrib/binutils/include/coff/
H A Dinternal.h394 #define STYP_BSS (0x0080) /* section contains bss only */ macro
/freebsd-10.2-release/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;

Completed in 119 milliseconds