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

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h 212 /** \class Mips64Relocator
213 * \brief Mips64Relocator creates and destroys the Mips 64-bit relocations.
215 class Mips64Relocator : public MipsRelocator {
217 Mips64Relocator(Mips64GNULDBackend& pParent, const LinkerConfig& pConfig);
MipsRelocator.cpp 792 // Mips64Relocator
794 Mips64Relocator::Mips64Relocator(Mips64GNULDBackend& pParent,
799 void Mips64Relocator::setupRel32DynEntry(FragmentRef& pFragRef,
805 void Mips64Relocator::setupTLSDynEntry(Fragment& pFrag, ResolveInfo* pSym,
824 Relocator::Size Mips64Relocator::getSize(Relocation::Type pType) const {
    [all...]

Completed in 48 milliseconds