HomeSort by relevance Sort by last modified time
    Searched refs:X86_64GOTPLT (Results 1 - 6 of 6) sorted by null

  /frameworks/compile/mclinker/lib/Target/X86/
X86GOTPLT.h 40 /** \class X86_64GOTPLT
43 class X86_64GOTPLT : public X86_64GOT {
45 explicit X86_64GOTPLT(LDSection& pSection);
47 ~X86_64GOTPLT();
X86GOTPLT.cpp 55 // X86_64GOTPLT
57 X86_64GOTPLT::X86_64GOTPLT(LDSection& pSection) : X86_64GOT(pSection) {
62 X86_64GOTPLT::~X86_64GOTPLT() {
65 bool X86_64GOTPLT::hasGOT1() const {
69 void X86_64GOTPLT::applyGOT0(uint64_t pAddress) {
74 void X86_64GOTPLT::applyAllGOTPLT(const X86PLT& pPLT) {
X86PLT.h 159 X86_64GOTPLT& pGOTPLT,
167 X86_64GOTPLT& m_GOTPLT;
X86LDBackend.h 212 X86_64GOTPLT& getGOTPLT();
214 const X86_64GOTPLT& getGOTPLT() const;
235 X86_64GOTPLT* m_pGOTPLT;
X86LDBackend.cpp 540 X86_64GOTPLT& X86_64GNULDBackend::getGOTPLT() {
545 const X86_64GOTPLT& X86_64GNULDBackend::getGOTPLT() const {
622 m_pGOTPLT = new X86_64GOTPLT(gotplt);
685 for (X86_64GOTPLT::iterator it = m_pGOTPLT->begin(), ie = m_pGOTPLT->end();
X86PLT.cpp 219 X86_64GOTPLT& pGOTPLT,

Completed in 2873 milliseconds