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 ------------------------------------------------------===//
13 #include <mcld/LD/Relocator.h>
24 // Relocator
26 Relocator::~Relocator()
30 void Relocator::partialScanRelocation(Relocation& pReloc,
54 void Relocator::issueUndefRef(Relocation& pReloc,
  /frameworks/compile/mclinker/include/mcld/LD/
Relocator.h 1 //===- Relocator.h --------------------------------------------------------===//
23 /** \class Relocator
24 * \brief Relocator provides the interface of performing relocations
26 class Relocator
45 Relocator(const LinkerConfig& pConfig)
49 virtual ~Relocator() = 0;
120 /// Note: Each target relocator should override this function, or be

Completed in 41 milliseconds