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

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 787 bool MipsGNULDBackend::readRelocation(const llvm::ELF::Elf32_Rel& pRel,
792 return GNULDBackend::readRelocation(pRel, pType, pSymIdx, pOffset);
795 bool MipsGNULDBackend::readRelocation(const llvm::ELF::Elf32_Rela& pRel,
801 return GNULDBackend::readRelocation(pRel, pType, pSymIdx, pOffset, pAddend);
804 bool MipsGNULDBackend::readRelocation(const llvm::ELF::Elf64_Rel& pRel,
828 bool MipsGNULDBackend::readRelocation(const llvm::ELF::Elf64_Rela& pRel,
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 1392 milliseconds