Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/coff/
Dinternal.h436 #define STYP_BSS (0x0080) /* section contains bss only */ macro
/toolchain/binutils/binutils-2.25/bfd/
Decoff.c304 { _BSS, STYP_BSS }, in ecoff_sec_to_styp_flags()
346 styp = STYP_BSS; in ecoff_sec_to_styp_flags()
406 else if ((styp_flags & STYP_BSS) in _bfd_ecoff_styp_to_sec_flags()
2496 else if ((section.s_flags & STYP_BSS) != 0 in _bfd_ecoff_write_object_contents()
Dcoffcode.h530 styp_flags = STYP_BSS; in sec_to_styp_flags()
622 styp_flags = STYP_BSS; in sec_to_styp_flags()
777 else if (styp_flags & STYP_BSS) in styp_to_sec_flags()
Dcoff64-rs6000.c2252 bss_scnhdr.s_flags = STYP_BSS; in xcoff64_generate_rtinit()
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
/toolchain/binutils/binutils-2.25/binutils/
Dod-xcoff.c185 { STYP_BSS, "bss" },