HomeSort by relevance Sort by last modified time
    Searched full:gotpcrel (Results 26 - 50 of 68) sorted by null

12 3

  /external/llvm/lib/Target/X86/
X86TargetObjectFile.cpp 25 // On Darwin/X86-64, we can reference dwarf symbols with foo@GOTPCREL+4, which
README-X86-64.txt 97 movq _mask@GOTPCREL(%rip), %rcx
  /external/llvm/test/CodeGen/X86/
2009-11-16-MachineLICM.ll 13 ; CHECK: movq _g@GOTPCREL(%rip), [[REG:%[a-z]+]]
machine-cse.ll 157 ; CHECK: t2_global@GOTPCREL(%rip)
158 ; CHECK-NOT: t2_global@GOTPCREL(%rip)
fast-isel-x86-64.ll 45 ; CHECK: movq _G@GOTPCREL(%rip), %rax
61 ; CHECK: movq _rtx_length@GOTPCREL(%rip), %rax
asm-modifier-P.ll 25 ; CHECK-PIC-64: movq G@GOTPCREL(%rip), %rax
postra-licm.ll 154 ; X86-64: movq _map_4_to_16@GOTPCREL(%rip)
sse41.ll 80 ; X64: movq _g16@GOTPCREL(%rip), %rax
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas64/
gas-macho64.asm 10 # TODO: movq _foo@GOTPCREL(%rip), %rax
14 # TODO: pushq _foo@GOTPCREL(%rip)
  /external/llvm/test/MC/MachO/
darwin-x86_64-reloc.s 15 movq _foo@GOTPCREL(%rip), %rax
16 pushq _foo@GOTPCREL(%rip)
45 .long _foobar@GOTPCREL+4
46 .long _foo@GOTPCREL+4
88 cmpq $0, _foo@GOTPCREL(%rip)
  /external/chromium_org/third_party/tcmalloc/chromium/src/
malloc_hook_mmap_freebsd.h 81 "movq .curbrk@GOTPCREL(%%rip), %%rdx;"
  /external/chromium_org/third_party/tcmalloc/vendor/src/
malloc_hook_mmap_freebsd.h 81 "movq .curbrk@GOTPCREL(%%rip), %%rdx;"
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86ELFRelocationInfo.cpp 102 // G + GOT + A - P -> S@GOTPCREL + A
X86MachObjectWriter.cpp 266 // x86_64 distinguishes movq foo@GOTPCREL so that the linker can
311 // GOTPCREL is allowed as a modifier on non-PCrel instructions, in which
  /frameworks/compile/mclinker/lib/Target/X86/
X86PLT.cpp 298 // compute sym@GOTPCREL of the PLT1 entry.
327 // jmpq *sym@GOTPCREL(%rip)
X86PLT.h 47 0xff, 0x25, 0, 0, 0, 0, // jmpq *sym@GOTPCREL(%rip)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-x86-amd64.c 40 {"gotpcrel", ELF_SSYM_SYM_RELATIVE, R_X86_64_GOTPCREL, 32},
  /external/llvm/lib/MC/
MCExpr.cpp 176 case VK_GOTPCREL: return "GOTPCREL";
286 .Case("GOTPCREL", VK_GOTPCREL)
287 .Case("gotpcrel", VK_GOTPCREL)
  /external/llvm/test/MC/X86/
x86-64.s 600 // CHECK: movq _foo@GOTPCREL(%rip), %rax
602 // CHECK: fixup A - offset: 3, value: _foo@GOTPCREL-4, kind: reloc_riprel_4byte_movq_load
603 movq _foo@GOTPCREL(%rip), %rax
605 // CHECK: movq _foo@GOTPCREL(%rip), %r14
607 // CHECK: fixup A - offset: 3, value: _foo@GOTPCREL-4, kind: reloc_riprel_4byte_movq_load
608 movq _foo@GOTPCREL(%rip), %r14
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_x86-64_asm.py 169 print '\tmovq\t_gl_DispatchTSD@GOTPCREL(%rip), %rax'
  /external/mesa3d/src/mapi/glapi/gen/
gl_x86-64_asm.py 169 print '\tmovq\t_gl_DispatchTSD@GOTPCREL(%rip), %rax'
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c 289 yasm_symrec *gotpcrel_sym; /* ..gotpcrel */
365 yasm_symtab_define_label(object->symtab, "..gotpcrel", NULL, 0, 0);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/perlasm/
x86_64-xlate.pl 45 # GOTPCREL addressing, stick to mov symbol@GOTPCREL(%rip),%r??.
227 if ($win64 && $self->{label} =~ s/\@GOTPCREL//) {
    [all...]
  /external/openssl/crypto/perlasm/
x86_64-xlate.pl 45 # GOTPCREL addressing, stick to mov symbol@GOTPCREL(%rip),%r??.
227 if ($win64 && $self->{label} =~ s/\@GOTPCREL//) {
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-7.10.1.html 217 <li>glapi: add @GOTPCREL relocation type</li>

Completed in 603 milliseconds

12 3