HomeSort by: relevance | last modified time | path
    Searched defs:BSS (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/hppa/include/
asm.h 159 #define BSS(n,s) .comm n, s
  /src/sys/arch/ia64/include/
asm.h 139 * BSS
142 #define BSS(_name_,_numbytes_) \
  /src/sys/arch/m68k/include/
asm.h 176 * Items in the BSS segment.
178 #define BSS(name, size) \
  /src/sys/arch/i386/stand/mbr/
mbr.S 125 * and zero our bss
142 stosw /* zero bss */
660 #define BSS(name, size) name = bss_start + bss_off; bss_off = bss_off + size
661 BSS(ptn_list, 256 * 4) /* long[]: boot sector numbers */
662 BSS(dump_eax_buff, 16)
663 BSS(bss_end, 0)
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
SectionKind.h 91 /// BSS - Zero initialized writeable data.
92 BSS,
94 /// BSSLocal - This is BSS (zero initialized and writable) data
98 /// BSSExtern - This is BSS data with normal external linkage.
163 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
202 static SectionKind getBSS() { return get(BSS); }
  /src/external/apache2/llvm/dist/llvm/lib/MC/
XCOFFObjectWriter.cpp 37 // .bss --> contains uninitialized data.
42 // XMC_RW which gets mapped to either .data or .bss based on whether it's
187 Section BSS;
193 std::array<Section *const, 5> Sections{{&Text, &Data, &BSS, &TData, &TBSS}};
256 BSS(".bss", XCOFF::STYP_BSS, /* IsVirtual */ true,
305 "Mapping invalid csect. CSECT with bss storage class must be "
  /src/sys/arch/alpha/include/
asm.h 459 * BSS
462 #define BSS(_name_,_numbytes_) \
  /src/external/gpl3/binutils/dist/binutils/
dlltool.c 2242 #define BSS 2
2259 INIT_SEC_DATA (BSS, ".bss", BSS_SEC_FLAGS, 2),
2270 INIT_SEC_DATA (BSS, ".bss", BSS_SEC_FLAGS, 2),
  /src/external/gpl3/binutils.old/dist/binutils/
dlltool.c 2241 #define BSS 2
2258 INIT_SEC_DATA (BSS, ".bss", BSS_SEC_FLAGS, 2),
2269 INIT_SEC_DATA (BSS, ".bss", BSS_SEC_FLAGS, 2),

Completed in 33 milliseconds