Home | History | Annotate | Download | only in AArch64

Lines Matching refs:reloc

340               Relocation* reloc =
344 reloc->setSymInfo(stub->symInfo());
345 reloc->target() = AArch64InsnHelpers::buildBranchInsn();
346 addExtraRelocation(reloc);
383 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end();
384 for (reloc = (*rs)->getRelocData()->begin(); reloc != rEnd; ++reloc) {
385 Relocation* relocation = llvm::cast<Relocation>(reloc);
413 // reset the branch target of the reloc to this stub instead