HomeSort by relevance Sort by last modified time
    Searched refs:BSS (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/boringssl/src/util/fipstools/testdata/x86_64-BSS/
in.s 4 # BSS declarations emit accessors.
8 # BSS symbols may also be emitted in .bss sections.
9 .section .bss,"awT",@nobits
20 # .bss handling is terminated by a .text directive.
22 .section .bss,"awT",@nobits
31 .section .bss,"awT",@nobits
out.s 6 # BSS declarations emit accessors.
10 # BSS symbols may also be emitted in .bss sections.
11 .section .bss,"awT",@nobits
24 # .bss handling is terminated by a .text directive.
26 .section .bss,"awT",@nobits
38 .section .bss,"awT",@nobits
  /external/valgrind/drd/tests/
annotate_hb_race.stderr.exp 4 Allocation context: BSS section of annotate_hb_race
std_thread2.stderr.exp 5 Allocation context: BSS section of std_thread2
tc21_pthonce.stderr.exp 7 Allocation context: BSS section of tc21_pthonce
17 Allocation context: BSS section of tc21_pthonce
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/parse/
ssbug.s 3 .SUBSPA $BSS$,QUAD=1,ALIGN=8,ACCESS=31,ZERO,SORT=82
  /external/llvm/include/llvm/MC/
SectionKind.h 86 /// BSS - Zero initialized writeable data.
87 BSS,
89 /// BSSLocal - This is BSS (zero initialized and writable) data
93 /// BSSExtern - This is BSS data with normal external linkage.
154 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
191 static SectionKind getBSS() { return get(BSS); }
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
SectionKind.h 88 /// BSS - Zero initialized writeable data.
89 BSS,
91 /// BSSLocal - This is BSS (zero initialized and writable) data
95 /// BSSExtern - This is BSS data with normal external linkage.
176 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
225 static SectionKind getBSS() { return get(BSS); }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 89 /// BSS - Zero initialized writeable data.
90 BSS,
92 /// BSSLocal - This is BSS (zero initialized and writable) data
96 /// BSSExtern - This is BSS data with normal external linkage.
160 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
198 static SectionKind getBSS() { return get(BSS); }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 89 /// BSS - Zero initialized writeable data.
90 BSS,
92 /// BSSLocal - This is BSS (zero initialized and writable) data
96 /// BSSExtern - This is BSS data with normal external linkage.
160 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
198 static SectionKind getBSS() { return get(BSS); }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 89 /// BSS - Zero initialized writeable data.
90 BSS,
92 /// BSSLocal - This is BSS (zero initialized and writable) data
96 /// BSSExtern - This is BSS data with normal external linkage.
160 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
198 static SectionKind getBSS() { return get(BSS); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 89 /// BSS - Zero initialized writeable data.
90 BSS,
92 /// BSSLocal - This is BSS (zero initialized and writable) data
96 /// BSSExtern - This is BSS data with normal external linkage.
160 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
198 static SectionKind getBSS() { return get(BSS); }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 89 /// BSS - Zero initialized writeable data.
90 BSS,
92 /// BSSLocal - This is BSS (zero initialized and writable) data
96 /// BSSExtern - This is BSS data with normal external linkage.
160 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
198 static SectionKind getBSS() { return get(BSS); }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 89 /// BSS - Zero initialized writeable data.
90 BSS,
92 /// BSSLocal - This is BSS (zero initialized and writable) data
96 /// BSSExtern - This is BSS data with normal external linkage.
160 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
198 static SectionKind getBSS() { return get(BSS); }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 89 /// BSS - Zero initialized writeable data.
90 BSS,
92 /// BSSLocal - This is BSS (zero initialized and writable) data
96 /// BSSExtern - This is BSS data with normal external linkage.
160 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
198 static SectionKind getBSS() { return get(BSS); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
SectionKind.h 89 /// BSS - Zero initialized writeable data.
90 BSS,
92 /// BSSLocal - This is BSS (zero initialized and writable) data
96 /// BSSExtern - This is BSS data with normal external linkage.
160 bool isBSS() const { return K == BSS || K == BSSLocal || K == BSSExtern; }
198 static SectionKind getBSS() { return get(BSS); }
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/hppa/
addendbug.s 3 .SUBSPA $BSS$,QUAD=1,ALIGN=8,ACCESS=31,ZERO,SORT=82
freg.s 4 .SUBSPA $BSS$,QUAD=1,ALIGN=8,ACCESS=31,ZERO,SORT=82
  /frameworks/compile/mclinker/include/mcld/LD/
LDFileFormat.h 29 BSS,
106 LDSection* f_pBSSSection; // .bss __bss
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/reloc/
reduce2.s 3 .SUBSPA $BSS$,QUAD=1,ALIGN=8,ACCESS=31,ZERO,SORT=82
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
asm.h 137 * BSS
140 #define BSS(_name_,_numbytes_) \
  /frameworks/compile/mclinker/lib/LD/
ELFSegment.cpp 66 if ((*it)->kind() != LDFileFormat::BSS)
  /external/swiftshader/third_party/subzero/src/
IceELFObjectWriter.h 94 enum SectionType { ROData = 0, Data, BSS, NumSectionTypes };
  /external/swiftshader/third_party/LLVM/tools/llvm-objdump/
llvm-objdump.cpp 361 bool Text, Data, BSS;
364 if (error(si->isBSS(BSS))) return;
366 (Data ? "DATA " : "") + (BSS ? "BSS" : ""));
  /external/boringssl/src/util/fipstools/
delocate_test.go 47 {"x86_64-BSS", []string{"in.s"}, "out.s"},

Completed in 2112 milliseconds

1 2 3