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

1 2

  /frameworks/compile/mclinker/lib/Target/
GOT.cpp 1 //===- GOT.cpp ------------------------------------------------------------===//
9 #include <mcld/Target/GOT.h>
28 // GOT
29 GOT::GOT(LDSection& pSection,
37 GOT::~GOT()
41 size_t GOT::getEntrySize() const
PLT.cpp 13 class GOT;
Android.mk 7 GOT.cpp \
  /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/include/mcld/Target/
GOT.h 1 //===- GOT.h --------------------------------------------------------------===//
21 class GOT;
59 /** \class GOT
62 class GOT
65 GOT(LDSection& pSection,
70 virtual ~GOT();
86 /// Before layout, we scan all relocations to determine if GOT entries are
TargetLDBackend.h 33 class GOT;
61 /// to relocation and generate empty entries, such as GOT, dynamic relocation
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.h 15 #include <mcld/Target/GOT.h>
25 class MipsGOT : public GOT
55 iterator m_LocalGOTIterator; // last local GOT entries
56 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))
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocationFactory.h 16 #include <mcld/Target/GOT.h>
ARMGOT.h 15 #include <mcld/Target/GOT.h>
25 class ARMGOT : public GOT
55 // For normal GOT
57 // Reserve normal GOT entries.
77 // For normal GOT entries
  /frameworks/compile/mclinker/lib/Target/X86/
X86RelocationFactory.h 16 #include <mcld/Target/GOT.h>
X86GOTPLT.h 15 #include "mcld/Target/GOT.h"
22 * \brief X86 .got.plt section.
27 class X86GOTPLT : public GOT
X86GOT.h 16 #include <mcld/Target/GOT.h>
28 class X86GOT : public GOT
49 //Reserve general GOT entries.
X86GOTPLT.cpp 23 : GOT(pSection, pSectionData, X86GOTPLTEntrySize), m_GOTPLTIterator()
89 llvm::report_fatal_error("Allocating new memory for GOT failed!");
  /frameworks/compile/mclinker/include/mcld/LD/
RelocationFactory.h 24 class GOT;
  /bionic/libc/arch-x86/bionic/
crtbegin_so.S 64 movl __deregister_frame_info_bases@GOT(%ebx), %eax
87 movl __register_frame_info_bases@GOT(%ebx), %eax
  /frameworks/compile/mclinker/lib/LD/
RelocationFactory.cpp 10 #include <mcld/Target/GOT.h>
  /external/llvm/lib/Target/X86/
X86Subtarget.h 36 GOT, // Used on many 32-bit unices in -fPIC mode.
263 bool isPICStyleGOT() const { return PICStyle == PICStyles::GOT; }
  /frameworks/compile/linkloader/
Android.mk 38 lib/GOT.cpp \
73 lib/GOT.cpp \
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/machine/
asm.h 62 #define PIC_GOT(x) x@GOT(%ebx)
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/machine/
asm.h 62 #define PIC_GOT(x) x@GOT(%ebx)
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/machine/
asm.h 62 #define PIC_GOT(x) x@GOT(%ebx)
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/machine/
asm.h 62 #define PIC_GOT(x) x@GOT(%ebx)
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/machine/
asm.h 62 #define PIC_GOT(x) x@GOT(%ebx)

Completed in 599 milliseconds

1 2