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

1 2

  /external/llvm/test/MC/ELF/
got.s 6 movl foo@GOT, %eax
relocation-386.s 29 // Relocation 4 (bar2@GOT) is of type R_386_GOT32
90 // Relocation 13 (zed@GOT) is of type R_386_GOT32 and uses the symbol
218 movl bar2j@GOT(%eax), %eax
228 movl zed@GOT(%eax), %eax
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGOT.h 15 #include <mcld/Target/GOT.h>
23 * \brief GOT Entry with size of 4 bytes
25 class HexagonGOTEntry : public GOT::Entry<4>
29 : GOT::Entry<4>(pContent, pParent)
37 class HexagonGOT : public GOT
HexagonGOT.cpp 22 : GOT(pSection), m_pLast(NULL)
40 assert(!empty() && "Consume empty GOT entry!");
HexagonRelocator.h 16 #include <mcld/Target/GOT.h>
  /frameworks/compile/mclinker/lib/Target/X86/
X86GOT.h 15 #include <mcld/Target/GOT.h>
23 * \brief GOT Entry with size of 4 bytes
25 class X86_32GOTEntry : public GOT::Entry<4>
29 : GOT::Entry<4>(pContent, pParent)
37 class X86_32GOT : public GOT
53 * \brief GOT Entry with size of 8 bytes
55 class X86_64GOTEntry : public GOT::Entry<8>
59 : GOT::Entry<8>(pContent, pParent)
67 class X86_64GOT : public GOT
X86GOT.cpp 22 : GOT(pSection), m_pLast(NULL)
40 assert(!empty() && "Consume empty GOT entry!");
53 : GOT(pSection), m_pLast(NULL)
71 assert(!empty() && "Consume empty GOT entry!");
X86Relocator.h 16 #include <mcld/Target/GOT.h>
  /frameworks/compile/mclinker/lib/Target/
GOT.cpp 1 //===- GOT.cpp ------------------------------------------------------------===//
12 #include <mcld/Target/GOT.h>
22 // GOT
24 GOT::GOT(LDSection& pSection)
29 GOT::~GOT()
33 void GOT::finalizeSectionSize()
PLT.cpp 15 class GOT;
Android.mk 9 GOT.cpp \
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMGOT.h 17 #include <mcld/Target/GOT.h>
25 * \brief GOT Entry with size of 4 bytes
27 class ARMGOTEntry : public GOT::Entry<4>
31 : GOT::Entry<4>(pContent, pParent)
38 * ARM GOT integrates traditional .got.plt and .got sections into one.
39 * Traditional .got.plt is placed in the front part of GOT (PLTGOT), and
40 * traditional .got is placed in the rear part of GOT (GOT)
    [all...]
ARMPLT.h 12 #include <mcld/Target/GOT.h>
22 0x00000000, // &GOT[0] - .
ARMRelocator.h 16 #include <mcld/Target/GOT.h>
  /frameworks/compile/mclinker/include/mcld/Target/
GOT.h 1 //===- GOT.h --------------------------------------------------------------===//
21 class GOT;
25 /** \class GOT
28 class GOT
31 GOT(LDSection& pSection);
66 virtual ~GOT();
83 /// Before layout, we scan all relocations to determine if GOT entries are
TargetLDBackend.h 36 class GOT;
69 /// to relocation and generate empty entries, such as GOT, dynamic relocation
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.h 17 #include <mcld/Target/GOT.h>
25 * \brief GOT Entry with size of 4 bytes
27 class MipsGOTEntry : public GOT::Entry<4>
31 : GOT::Entry<4>(pContent, pParent)
38 class MipsGOT : public GOT
72 /// hasGOT1 - return if this got section has any GOT1 entry
81 iterator m_LocalGOTIterator; // last local GOT entries
82 iterator m_GlobalGOTIterator; // last global GOT entries
  /external/llvm/test/MC/ARM/
elf-movt.s 11 movw r0, :lower16:GOT-(.LPC0_2+8)
12 movt r0, :upper16:GOT-(.LPC0_2+8)
14 @ ASM: movw r0, :lower16:(GOT-(.LPC0_2+8))
15 @ ASM-NEXT: movt r0, :upper16:(GOT-(.LPC0_2+8))
  /development/ndk/platforms/android-9/arch-x86/src/
crtbegin_so.S 64 movl __deregister_frame_info_bases@GOT(%ebx), %eax
87 movl __register_frame_info_bases@GOT(%ebx), %eax
  /external/llvm/test/MC/Mips/
mips-relocations.s 11 # CHECK: lw $3, %got(loop_1)($2) # encoding: [A,A,0x43,0x8c]
12 # CHECK: # fixup A - offset: 0, value: loop_1@GOT, kind: fixup_Mips_GOT_Local
17 # CHECK: lw $3, %got(loop_1)($2) # encoding: [A,A,0x43,0x8c]
18 # CHECK: # fixup A - offset: 0, value: loop_1@GOT, kind: fixup_Mips_GOT_Local
33 lw $3, %got(loop_1)($2)
36 lw $3, %got(loop_1)($2)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/machine/
asm.h 62 #define PIC_GOT(x) x@GOT(%ebx)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/machine/
asm.h 62 #define PIC_GOT(x) x@GOT(%ebx)
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/machine/
asm.h 62 #define PIC_GOT(x) x@GOT(%ebx)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/machine/
asm.h 62 #define PIC_GOT(x) x@GOT(%ebx)
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/machine/
asm.h 62 #define PIC_GOT(x) x@GOT(%ebx)

Completed in 643 milliseconds

1 2