HomeSort by relevance Sort by last modified time
    Searched defs:Relocator (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/LD/
Relocator.cpp 1 //===- Relocator.cpp ------------------------------------------------------===//
9 #include "mcld/LD/Relocator.h"
26 // Relocator
28 Relocator::~Relocator() {
31 void Relocator::partialScanRelocation(Relocation& pReloc,
53 void Relocator::issueUndefRef(Relocation& pReloc,
  /frameworks/compile/mclinker/include/mcld/LD/
Relocator.h 1 //===- Relocator.h --------------------------------------------------------===//
21 /** \class Relocator
22 * \brief Relocator provides the interface of performing relocations
24 class Relocator {
36 explicit Relocator(const LinkerConfig& pConfig) : m_Config(pConfig) {}
38 virtual ~Relocator() = 0;
105 /// Note: Each target relocator should override this function, or be

Completed in 5006 milliseconds