Home | History | Annotate | Download | only in ARM

Lines Matching defs:reloc

568       // 2. it has no reloc data. (All symbols in the input relocs are in the
583 Relocation* reloc = llvm::cast<Relocation>(reloc_it);
584 ResolveInfo* sym = reloc->symInfo();
759 Relocation* reloc =
763 reloc->setSymInfo(
765 addExtraRelocation(reloc);
779 Relocation* reloc =
783 reloc->setSymInfo(CreateLocalSymbolToFragmentEnd(pModule, *prevTextFrag));
784 addExtraRelocation(reloc);
830 RelocData::iterator reloc, rEnd = (*rs)->getRelocData()->end();
831 for (reloc = (*rs)->getRelocData()->begin(); reloc != rEnd; ++reloc) {
832 Relocation* relocation = llvm::cast<Relocation>(reloc);
865 // reset the branch target of the reloc to this stub instead