HomeSort by relevance Sort by last modified time
    Searched refs:STYP_BSS (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.25/include/coff/
internal.h 436 #define STYP_BSS (0x0080) /* section contains bss only */
  /toolchain/binutils/binutils-2.25/bfd/
ecoff.c 305 { _BSS, STYP_BSS },
347 styp = STYP_BSS;
407 else if ((styp_flags & STYP_BSS)
    [all...]
coffcode.h 531 styp_flags = STYP_BSS;
623 styp_flags = STYP_BSS;
692 styp_flags |= IMAGE_SCN_CNT_UNINITIALIZED_DATA; /* ==STYP_BSS */
778 else if (styp_flags & STYP_BSS)
    [all...]
coff64-rs6000.c     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-xcoff.c 185 { STYP_BSS, "bss" },
    [all...]

Completed in 90 milliseconds