/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/ |
nasm-macho64-pic.asm | 1 [extern _foo] 3 call _foo 4 ; r_type=X86_64_RELOC_BRANCH, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo 7 call _foo+4 8 ; r_type=X86_64_RELOC_BRANCH, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo 11 mov rax, [rel _foo wrt ..gotpcrel] 12 ; r_type=X86_64_RELOC_GOT_LOAD, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo 15 push qword [rel _foo wrt ..gotpcrel] 16 ; r_type=X86_64_RELOC_GOT, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo 19 mov eax, [rel _foo] [all...] |
macho-reloc64-err.errwarn | 1 -:20: error: macho: sorry, cannot apply 32 bit absolute relocations in 64 bit mode, consider "[_symbol wrt rip]" for mem access, "qword" and "dq _foo" for pointers. 2 -:21: error: macho: sorry, cannot apply 32 bit absolute relocations in 64 bit mode, consider "[_symbol wrt rip]" for mem access, "qword" and "dq _foo" for pointers. 3 -:23: error: macho: sorry, cannot apply 32 bit absolute relocations in 64 bit mode, consider "[_symbol wrt rip]" for mem access, "qword" and "dq _foo" for pointers. 4 -:24: error: macho: sorry, cannot apply 32 bit absolute relocations in 64 bit mode, consider "[_symbol wrt rip]" for mem access, "qword" and "dq _foo" for pointers. 5 -:25: error: macho: sorry, cannot apply 32 bit absolute relocations in 64 bit mode, consider "[_symbol wrt rip]" for mem access, "qword" and "dq _foo" for pointers. 6 -:26: error: macho: sorry, cannot apply 32 bit absolute relocations in 64 bit mode, consider "[_symbol wrt rip]" for mem access, "qword" and "dq _foo" for pointers. 7 -:27: error: macho: sorry, cannot apply 32 bit absolute relocations in 64 bit mode, consider "[_symbol wrt rip]" for mem access, "qword" and "dq _foo" for pointers.
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas64/ |
gas-macho64-pic.asm | 1 call _foo 2 # r_type=X86_64_RELOC_BRANCH, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo 5 call _foo+4 6 # r_type=X86_64_RELOC_BRANCH, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo 9 movq _foo@GOTPCREL(%rip), %rax 10 # r_type=X86_64_RELOC_GOT_LOAD, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo 13 pushq _foo@GOTPCREL(%rip) 14 # r_type=X86_64_RELOC_GOT, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo 17 movl _foo(%rip), %eax 18 # r_type=X86_64_RELOC_SIGNED, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo [all...] |
gas-macho64.asm | 2 call _foo 3 # r_type= X86_64_RELOC_BRANCH, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo 6 call _foo+4 7 # r_type=X86_64_RELOC_BRANCH, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo 10 # TODO: movq _foo@GOTPCREL(%rip), %rax 11 # r_type=X86_64_RELOC_GOT_LOAD, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo 14 # TODO: pushq _foo@GOTPCREL(%rip) 15 # r_type=X86_64_RELOC_GOT, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo 18 movl _foo(%rip), %eax 19 # r_type=X86_64_RELOC_SIGNED, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_foo [all...] |
/external/clang/test/SemaObjC/ |
provisional-ivar-lookup.m | 6 int _foo; 15 @synthesize foo = _foo; 19 _foo = foo; // expected-error {{use of undeclared identifier 'foo'}} 23 _foo = foo1; // OK 27 _foo = foo2; // expected-error {{use of undeclared identifier 'foo2'}} 31 _foo = foo3; // OK
|
protocol-lookup.m | 20 id <Foo> _foo; 37 _foo = [foo retain]; 45 [_foo release];
|
ContClassPropertyLookup.m | 5 int _foo; 18 @synthesize foo = _foo;
|
property-category-impl.m | 10 int _foo; 16 - (int) foo { return _foo; } 24 - (void) setFoo:(int)foo { _foo = foo; }
|
/external/llvm/test/MC/MachO/ARM/ |
thumb2-function-relative-load.s | 7 .thumb_func _foo 8 _foo: label 9 ldr lr, (_foo - 4)
|
relax-thumb-ldr-literal.s | 8 .thumb_func _foo 9 _foo: label 10 ldr r2, (_foo - 4)
|
long-call-branch-island-relocation.s | 16 bl _foo 21 @ Make the _foo symbol sufficiently far away to force the 'bl' relocation 30 .globl _foo 33 _foo: label
|
no-subsections-reloc.s | 11 .thumb_func _foo 12 _foo: label
|
/external/llvm/test/MC/ARM/ |
arm_fixups.s | 8 mov r9, :lower16:(_foo) 9 movw r9, :lower16:(_foo) 10 movt r9, :upper16:(_foo) 12 @ CHECK: movw r9, :lower16:_foo @ encoding: [A,0x90'A',0b0000AAAA,0xe3] 13 @ CHECK: @ fixup A - offset: 0, value: _foo, kind: fixup_arm_movw_lo16 14 @ CHECK: movw r9, :lower16:_foo @ encoding: [A,0x90'A',0b0000AAAA,0xe3] 15 @ CHECK: @ fixup A - offset: 0, value: _foo, kind: fixup_arm_movw_lo16 16 @ CHECK: movt r9, :upper16:_foo @ encoding: [A,0x90'A',0b0100AAAA,0xe3] 17 @ CHECK: @ fixup A - offset: 0, value: _foo, kind: fixup_arm_movt_hi16
|
hilo-16bit-relocations.s | 12 .comm _foo,4,2 17 .indirect_symbol _foo
|
/external/clang/test/SemaCXX/ |
cxx11-ast-print.cpp | 3 // CHECK: auto operator "" _foo(const char *p, decltype(sizeof(int))) -> decltype(nullptr); 4 auto operator"" _foo(const char *p, decltype(sizeof(int))) -> decltype(nullptr); 6 // CHECK: decltype(""_foo) operator "" _bar(unsigned long long); 7 decltype(""_foo) operator"" _bar(unsigned long long); 21 // CHECK: const char *p1 = "bar1"_foo; 22 const char *p1 = "bar1"_foo; 23 // CHECK: const char *p2 = "bar2"_foo; 24 const char *p2 = R"x(bar2)x"_foo; 25 // CHECK: const char *p3 = u8"bar3"_foo; 26 const char *p3 = u8"bar3"_foo; [all...] |
/external/llvm/test/CodeGen/ARM/ |
2010-11-29-PrologueBug.ll | 10 ; ARM: bl _foo 11 ; ARM: bl _foo 12 ; ARM: bl _foo 18 ; THUMB2: blx _foo 19 ; THUMB2: blx _foo 20 ; THUMB2: blx _foo
|
/external/clang/test/PCH/ |
cxx11-user-defined-literals.cpp | 9 int operator"" _foo(const char *p, size_t); 11 template<typename T> auto f(T t) -> decltype(t + ""_foo) { return 0; } 15 int j = ""_foo;
|
/external/clang/test/SemaObjCXX/ |
protocol-lookup.mm | 19 id <Foo> _foo; 36 _foo = [foo retain]; 44 [_foo release];
|
/external/llvm/include/llvm/MC/ |
MCDirectives.h | 23 MCSA_ELF_TypeFunction, ///< .type _foo, STT_FUNC # aka @function 24 MCSA_ELF_TypeIndFunction, ///< .type _foo, STT_GNU_IFUNC 25 MCSA_ELF_TypeObject, ///< .type _foo, STT_OBJECT # aka @object 26 MCSA_ELF_TypeTLS, ///< .type _foo, STT_TLS # aka @tls_object 27 MCSA_ELF_TypeCommon, ///< .type _foo, STT_COMMON # aka @common 28 MCSA_ELF_TypeNoType, ///< .type _foo, STT_NOTYPE # aka @notype 29 MCSA_ELF_TypeGnuUniqueObject, /// .type _foo, @gnu_unique_object
|
/external/chromium-trace/trace-viewer/src/cc/ |
util_test.js | 11 assertEquals('_foo', cc.convertNameToJSConvention('_foo'));
|
/external/clang/test/Rewriter/ |
rewrite-modern-block-ivar-call.mm | 17 // CHECK: ((void (*)(struct __block_impl *))((struct __block_impl *)(*(void (**)(void))((char *)self + OBJC_IVAR_$_Foo$_block)))->FuncPtr)((struct __block_impl *)(*(void (**)(void))((char *)self + OBJC_IVAR_$_Foo$_block)));
|
/external/llvm/test/CodeGen/X86/ |
label-redefinition.ll | 2 ; RUN: not llc %s -o - 2>&1 | grep "'_foo' label emitted multiple times to assembly" 6 define i32 @"\01_foo"() {
|
/external/llvm/test/MC/MachO/ |
x86_64-reloc-arithmetic.s | 5 _foo: label 6 _bar = _foo + 2
|
/external/llvm/test/MC/COFF/ |
simple-fixups.s | 7 .def _foo; 12 .globl _foo 14 _foo: # @foo label
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
PPCFixupKinds.h | 36 /// fixup_ppc_half16 - A 16-bit fixup corresponding to lo16(_foo) 37 /// or ha16(_foo) for instrs like 'li' or 'addis'. 40 /// fixup_ppc_half16ds - A 14-bit fixup corresponding to lo16(_foo) with
|