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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/ELF/
got-relaxed-i386.s 4 movl mov@GOT(%ebx), %eax
5 mull mul@GOT(%ebx)
6 .long long@GOT
got-relaxed-no-relax.s 5 movq foo@GOT, %rax
got.s 6 movl foo@GOT, %eax
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
load1.s 15 movl bar@GOT(%ecx), %eax
16 adcl bar@GOT(%ecx), %eax
17 addl bar@GOT(%ecx), %ebx
18 andl bar@GOT(%ecx), %ecx
19 cmpl bar@GOT(%ecx), %edx
20 orl bar@GOT(%ecx), %edi
21 sbbl bar@GOT(%ecx), %esi
22 subl bar@GOT(%ecx), %ebp
23 xorl bar@GOT(%ecx), %esp
24 testl %ecx, bar@GOT(%ecx
    [all...]
load6.s 15 adcl bar@GOT(%ecx), %eax
16 addl bar@GOT(%ecx), %ebx
17 andl bar@GOT(%ecx), %ecx
18 cmpl bar@GOT(%ecx), %edx
19 orl bar@GOT(%ecx), %edi
20 sbbl bar@GOT(%ecx), %esi
21 subl bar@GOT(%ecx), %ebp
22 xorl bar@GOT(%ecx), %esp
23 testl %ecx, bar@GOT(%ecx)
24 adcl foo@GOT(%ecx), %ea
    [all...]
pr17306b.s 2 movl foo@GOT(%ebx), %eax
branch1.s 12 call *foo@GOT
13 call *bar@GOT
14 jmp *foo@GOT
15 jmp *bar@GOT
pr20244-2.s 13 call *foo@GOT
14 jmp *bar@GOT
15 movl $0, bar@GOT
16 cmpl $0, foo@GOT
17 movl $bar@GOT, %ecx
pr19609-1.s 6 cmp bar@GOT(%edx), %eax
7 cmp bar@GOT(%edx), %ecx
8 mov bar@GOT(%edx), %eax
9 mov bar@GOT(%edx), %ecx
10 test bar@GOT(%edx), %eax
11 test bar@GOT(%edx), %ecx
mov1.s 7 movl _DYNAMIC@GOT(%ecx), %eax
8 movl __start_my_section@GOT(%ecx), %eax
9 movl __stop_my_section@GOT(%ecx), %eax
no-plt-check1b.S 10 call *get_func@GOT
11 movl func@GOT, %edx
16 call *func@GOT
19 call *call_func@GOT
24 call *puts@GOT
28 call *abort@GOT
pr20244-3b.S 10 call *get_func1@GOT
13 call *func1@GOT
16 call *call_func1@GOT
19 call *call_func2@GOT
24 call *puts@GOT
28 call *abort@GOT
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
got.s 3 movl $foo@GOT, %eax
4 movl foo@GOT, %eax
5 movl foo@GOT(%eax), %eax
7 addl $foo@GOT, %eax
8 addl foo@GOT, %eax
9 addl foo@GOT(%eax), %eax
11 call *foo@GOT
12 call *foo@GOT(%eax)
13 jmp *foo@GOT
14 jmp *foo@GOT(%eax
    [all...]
localpic.s 5 movl foo@GOT(%ecx), %eax
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
dsofn4g.s 3 move.d dsofn4:GOT,$r10
dsofng.s 3 move.d dsofn:GOT,$r10
  /frameworks/compile/mclinker/lib/Target/X86/
X86GOT.h 12 #include "mcld/Target/GOT.h"
20 * \brief GOT Entry with size of 4 bytes
22 class X86_32GOTEntry : public GOT::Entry<4> {
25 : GOT::Entry<4>(pContent, pParent) {}
32 class X86_32GOT : public GOT {
42 * \brief GOT Entry with size of 8 bytes
44 class X86_64GOTEntry : public GOT::Entry<8> {
47 : GOT::Entry<8>(pContent, pParent) {}
54 class X86_64GOT : public GOT {
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-ifunc/
ifunc-21-i386.s 12 call *foo@GOT(%ebx)
13 jmp *foo@GOT(%ebx)
14 add foo@GOT(%ebx), %eax
15 mov foo@GOT(%ebx), %eax
16 test %eax, foo@GOT(%ebx)
17 mov bar@GOT(%ebx), %eax
  /external/swiftshader/third_party/LLVM/test/MC/ELF/
got.s 6 movl foo@GOT, %eax
  /toolchain/binutils/binutils-2.27/ld/emulparams/
shlelf_fd.sh 6 GOT=".got ${RELOCATING-0} : { *(.got.funcdesc) *(.got.plt) *(.got) }"
8 .rela.got.funcdesc ${RELOCATING-0} : { *(.rela.got.funcdesc) }
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-m68k/
got-multigot-15-er.d 2 #ld: -shared --got=multigot
3 #error: .*GOT overflow.*
got-negative-15-er.d 2 #ld: -shared --got=negative
3 #error: .*GOT overflow.*
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGOT.h 12 #include "mcld/Target/GOT.h"
20 * \brief GOT Entry with size of 4 bytes
22 class HexagonGOTEntry : public GOT::Entry<4> {
25 : GOT::Entry<4>(pContent, pParent) {}
32 class HexagonGOT : public GOT {
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-s390/
gotreloc-1.s 5 lg %r1,bar@GOT(%r12)
7 l %r1,bar@GOT(%r12)
8 ly %r1,bar@GOT(%r12)
  /frameworks/compile/mclinker/lib/Target/
GOT.cpp 1 //===- GOT.cpp ------------------------------------------------------------===//
12 #include "mcld/Target/GOT.h"
22 // GOT
24 GOT::GOT(LDSection& pSection) : m_Section(pSection) {
28 GOT::~GOT() {
31 void GOT::finalizeSectionSize() {

Completed in 419 milliseconds

1 2 3 4 5 6 7 8 91011>>