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

  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h 193 /// X86_64GNULDBackend - linker backend of X86-64 target of GNU ELF format
195 class X86_64GNULDBackend : public X86GNULDBackend
198 X86_64GNULDBackend(const LinkerConfig& pConfig, GNUInfo* pInfo);
200 ~X86_64GNULDBackend();
X86LDBackend.cpp 450 X86_64GNULDBackend::X86_64GNULDBackend(const LinkerConfig& pConfig,
457 X86_64GNULDBackend::~X86_64GNULDBackend()
463 bool X86_64GNULDBackend::initRelocator()
471 X86_64GOT& X86_64GNULDBackend::getGOT()
477 const X86_64GOT& X86_64GNULDBackend::getGOT() const
483 X86_64GOTPLT& X86_64GNULDBackend::getGOTPLT()
489 const X86_64GOTPLT& X86_64GNULDBackend::getGOTPLT() const
495 void X86_64GNULDBackend::setRelDynSize(
    [all...]
X86Relocator.h 196 X86_64Relocator(X86_64GNULDBackend& pParent, const LinkerConfig& pConfig);
200 X86_64GNULDBackend& getTarget()
203 const X86_64GNULDBackend& getTarget() const
228 X86_64GNULDBackend& m_Target;
X86Relocator.cpp     [all...]
  /frameworks/compile/mclinker/unittests/
ELFReaderTest.cpp 37 m_pLDBackend = new X86_64GNULDBackend( *m_pConfig, m_pInfo );

Completed in 348 milliseconds