/openbsd/sys/arch/hppa/hppa/ |
H A D | locore0.S | 93 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 D | SectionKind.h | 96 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 D | asm.h | 57 #define BSS(name, size) \ macro
|
/openbsd/sys/arch/alpha/alpha/ |
H A D | debug.s | 52 BSS(debug_stack_bottom, DEBUG_STACK_SIZE)
|
/openbsd/usr.bin/file/magdir/ |
H A D | motorola | 57 >10 belong x BSS len %lu,
|
/openbsd/gnu/gcc/gcc/config/pa/ |
H A D | lib2funcs.asm | 34 .SUBSPA $BSS$,QUAD=1,ALIGN=8,ACCESS=31,ZERO,SORT=82
|
/openbsd/gnu/usr.bin/gcc/gcc/config/pa/ |
H A D | lib2funcs.asm | 34 .SUBSPA $BSS$,QUAD=1,ALIGN=8,ACCESS=31,ZERO,SORT=82
|
/openbsd/gnu/usr.bin/binutils/ld/scripttempl/ |
H A D | tic4xcoff.sc | 15 # Config TEXT DATA/BSS
|
H A D | avr.sc | 93 *(.init4) /* Initialize data and BSS. */
|
/openbsd/gnu/gcc/gcc/config/rs6000/ |
H A D | sysv4.opt | 149 Generate code for old exec BSS PLT
|
/openbsd/sys/arch/i386/conf/ |
H A D | ld.script | 124 /* BSS starts right after padded data */
|
/openbsd/gnu/usr.bin/binutils-2.17/ld/scripttempl/ |
H A D | tic4xcoff.sc | 15 # Config TEXT DATA/BSS
|
H A D | avr.sc | 109 *(.init4) /* Initialize data and BSS. */
|
/openbsd/sys/arch/amd64/conf/ |
H A D | ld.script | 138 /* BSS starts right after padded data */
|
/openbsd/sys/arch/alpha/include/ |
H A D | asm.h | 465 #define BSS(_name_,_numbytes_) \ macro
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | stab.def | 39 /* 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 D | stab.def | 39 /* 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 D | ppc32elf.em | 148 --bss-plt Force old-style BSS PLT.\n\
|
/openbsd/gnu/usr.bin/binutils/include/aout/ |
H A D | stab.def | 47 /* 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 D | stab.def | 47 /* 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 D | asm.h | 266 #define BSS(n,s) ! .data ! .label n ! .comm s macro
|
/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | XCOFFObjectWriter.cpp | 277 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 D | lli.rst | 154 Don't place zero-initialized symbols into the BSS section.
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | dlltool.c | 2060 #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 D | dlltool.c | 2042 #define BSS 2 macro 2061 INIT_SEC_DATA (BSS, ".bss", BSS_SEC_FLAGS, 2), 2080 #define BSS 8 macro 2094 { BSS, ".bss", 0, 2}
|