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 ------------------------------------------------------===//
11 #include <mcld/LD/Relocator.h>
19 // Relocator
21 Relocator::~Relocator()
25 void Relocator::partialScanRelocation(Relocation& pReloc,
  /frameworks/compile/mclinker/include/mcld/LD/
Relocator.h 1 //===- Relocator.h --------------------------------------------------------===//
26 /** \class Relocator
27 * \brief Relocator provides the interface of performing relocations
29 class Relocator
48 Relocator(const LinkerConfig& pConfig)
52 virtual ~Relocator() = 0;

Completed in 67 milliseconds