Home
last modified time | relevance | path

Searched refs:BSS (Results 1 – 25 of 69) sorted by relevance

123

/openbsd/sys/arch/hppa/hppa/
H A Dlocore0.S93 BSS(pdc_stack, 4) /* temp stack for PDC call */
94 BSS(emrg_stack, 4) /* stack for HPMC/TOC/PWRF */
97 BSS(kernelmapped, 4) /* set when kernel is mapped */
99 BSS(fpu_enable, 4) /* bits to set in the ccr to enable fpu */
100 BSS(cpu_fpuena, 4) /* enable FPU, otherwise force emulate */
101 BSS(fpu_scratch, 16) /* FPU scratch space, enough for a quad */
103 BSS(hppa_vtop, 4) /* a vtop translation table addr (pa=va) */
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DSectionKind.h96 BSS, enumerator
169 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; } in isBSS()
209 static SectionKind getBSS() { return get(BSS); } in getBSS()
/openbsd/sys/arch/m88k/include/
H A Dasm.h57 #define BSS(name, size) \ macro
/openbsd/sys/arch/alpha/alpha/
H A Ddebug.s52 BSS(debug_stack_bottom, DEBUG_STACK_SIZE)
/openbsd/usr.bin/file/magdir/
H A Dmotorola57 >10 belong x BSS len %lu,
/openbsd/gnu/gcc/gcc/config/pa/
H A Dlib2funcs.asm34 .SUBSPA $BSS$,QUAD=1,ALIGN=8,ACCESS=31,ZERO,SORT=82
/openbsd/gnu/usr.bin/gcc/gcc/config/pa/
H A Dlib2funcs.asm34 .SUBSPA $BSS$,QUAD=1,ALIGN=8,ACCESS=31,ZERO,SORT=82
/openbsd/gnu/usr.bin/binutils/ld/scripttempl/
H A Dtic4xcoff.sc15 # Config TEXT DATA/BSS
H A Davr.sc93 *(.init4) /* Initialize data and BSS. */
/openbsd/gnu/gcc/gcc/config/rs6000/
H A Dsysv4.opt149 Generate code for old exec BSS PLT
/openbsd/sys/arch/i386/conf/
H A Dld.script124 /* BSS starts right after padded data */
/openbsd/gnu/usr.bin/binutils-2.17/ld/scripttempl/
H A Dtic4xcoff.sc15 # Config TEXT DATA/BSS
H A Davr.sc109 *(.init4) /* Initialize data and BSS. */
/openbsd/sys/arch/amd64/conf/
H A Dld.script138 /* BSS starts right after padded data */
/openbsd/sys/arch/alpha/include/
H A Dasm.h465 #define BSS(_name_,_numbytes_) \ macro
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dstab.def39 /* BSS-segment variable with internal linkage. Value is its address. */
192 | 08 BSS | 0A INDR | 0C FN_SEQ | 0E |
/openbsd/gnu/gcc/gcc/
H A Dstab.def39 /* BSS-segment variable with internal linkage. Value is its address. */
198 | 08 BSS | 0A INDR | 0C FN_SEQ | 0E |
/openbsd/gnu/usr.bin/binutils-2.17/ld/emultempl/
H A Dppc32elf.em148 --bss-plt Force old-style BSS PLT.\n\
/openbsd/gnu/usr.bin/binutils/include/aout/
H A Dstab.def47 /* BSS-segment variable with internal linkage. Value is its address. */
229 | 08 BSS | 0A INDR | 0C FN_SEQ | 0E WEAKA |
/openbsd/gnu/usr.bin/binutils-2.17/include/aout/
H A Dstab.def47 /* BSS-segment variable with internal linkage. Value is its address. */
229 | 08 BSS | 0A INDR | 0C FN_SEQ | 0E WEAKA |
/openbsd/sys/arch/hppa/include/
H A Dasm.h266 #define BSS(n,s) ! .data ! .label n ! .comm s macro
/openbsd/gnu/llvm/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp277 CsectSectionEntry BSS; member in __anondaf3d6060111::XCOFFObjectWriter
284 {&Text, &Data, &BSS, &TData, &TBSS}};
393 BSS(".bss", XCOFF::STYP_BSS, /* IsVirtual */ true,
/openbsd/gnu/llvm/llvm/docs/CommandGuide/
H A Dlli.rst154 Don't place zero-initialized symbols into the BSS section.
/openbsd/gnu/usr.bin/binutils/binutils/
H A Ddlltool.c2060 #define BSS 2 macro
2079 INIT_SEC_DATA (BSS, ".bss", BSS_SEC_FLAGS, 2),
2098 #define BSS 8 macro
2112 { BSS, ".bss", 0, 2}
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Ddlltool.c2042 #define BSS 2 macro
2061 INIT_SEC_DATA (BSS, ".bss", BSS_SEC_FLAGS, 2),
2080 #define BSS 8 macro
2094 { BSS, ".bss", 0, 2}

123