Home | History | Annotate | Download | only in Mips

Lines Matching refs:reloc

783   // reset the branch target of the reloc to this stub instead
815 for (RelocData::iterator reloc = sec->getRelocData()->begin();
816 reloc != sec->getRelocData()->end();
817 ++reloc) {
818 if (llvm::ELF::R_MIPS_26 != reloc->type())
821 if (relaxRelocation(pBuilder, *llvm::cast<Relocation>(reloc)))