/external/llvm/test/MC/AArch64/ |
arm64-arm64-fixup.s | 4 adr x3, Lbar 5 ; CHECK: adr x3, Lbar ; encoding: [0x03'A',A,A,0x10'A'] 6 ; CHECK: fixup A - offset: 0, value: Lbar, kind: fixup_aarch64_pcrel_adr_imm21 7 Lbar:
|
/external/llvm/test/MC/COFF/ |
pr23025.s | 16 Lbar: 20 zed = Lbar+1 23 zed2 = Lbar
|
secidx.s | 8 .secidx Lbar 12 Lbar:
|
/external/llvm/test/MC/MachO/AArch64/ |
classrefs.s | 3 ; Test that we produce an external relocation with Lbar. We could also produce 13 // CHECK-NEXT: Symbol: Lbar 19 Lbar: 22 .quad Lbar
|
reloc-crash.s | 13 ; CHECK-NEXT: Symbol: Lbar 21 Lbar: 25 .quad Lbar
|
/external/llvm/test/MC/AsmParser/ |
undefined-local-symbol.s | 6 # CHECK: error: assembler local symbol 'Lbar' not defined 8 jmp Lbar
|
/external/llvm/test/MC/ELF/ |
abs.s | 6 .Lbar: 7 zed = .Lfoo - .Lbar
|
leb128.s | 3 .sleb128 .Lfoo - .Lbar 5 .uleb128 .Lbar - .Lfoo 7 .Lbar:
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
branch-misc-4.s | 10 b .Lbar 22 .Lbar:
|
branch-misc-4.d | 15 [ ]*[0-9a-f]+: R_MIPS_PC16 \.Lbar 23 ([0-9a-f]+) <[^>]*> 1000ffff b \1 <\.Lbar>
|
micromips@branch-misc-4.d | 16 [ ]*[0-9a-f]+: R_MICROMIPS_PC16_S1 \.Lbar 24 ([0-9a-f]+) <[^>]*> 9400 fffe b \1 <\.Lbar>
|
mipsr6@branch-misc-4-64.d | 18 [ ]*[0-9a-f]+: R_MIPS_PC16 \.Lbar-0x4 30 [0-9a-f]+ <[^>]*> 10000000 b [0-9a-f]+ <\.Lbar\+0x[0-9a-f]+>
|
/external/clang/test/CodeGen/ |
invalid_global_asm.c | 4 __asm__(".Lfoo: movw r2, #:lower16:.Lbar - .Lfoo");
|
/external/elfutils/ |
NOTES | 10 gcc -o y y.o -lbar y1.o y2.o 24 gcc -o y y.o -lbar y1.o -ly3 26 has to use the definition in -lbar and not pull the definition from liby3.a.
|
/external/llvm/test/MC/MachO/ |
darwin-x86_64-nobase-relocs.s | 5 // Must be no base, non-temporary, symbol before the reference to Lbar at the 11 jmp Lbar 14 Lbar:
|
/ndk/tests/device/test-gnustl-full/unit/ |
list_test.cpp | 453 list<foo::bar> lbar; local 454 CPPUNIT_ASSERT( lbar.size() == 0);
|
/ndk/tests/device/test-stlport/unit/ |
list_test.cpp | 453 list<foo::bar> lbar; local 454 CPPUNIT_ASSERT( lbar.size() == 0);
|
/art/test/083-compiler-regressions/src/ |
Main.java | 9374 private long lbar = 1234; field in class:Foo [all...] |
/external/harfbuzz_ng/src/ |
hb-private.hh | 697 #define LBAR "\342\225\264" /* U+2574 BOX DRAWINGS LIGHT LEFT */ 702 level_dir ? (level_dir > 0 ? DLBAR : ULBAR) : LBAR); 704 fprintf (stderr, " " VRBAR LBAR);
|
/art/runtime/ |
dex_file_verifier_test.cc | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
ccompiler.py | [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
ccompiler.py | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
ccompiler.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
ccompiler.py | [all...] |
/art/runtime/mirror/ |
object_test.cc | 89 EXPECT_TRUE(Class::IsInSamePackage("LFoo;", "LBar;"));
|