Lines Matching refs:relocation
561 Relocation* relocation = llvm::cast<Relocation>(reloc); in scanRelocations() local
564 ResolveInfo* info = relocation->symInfo(); in scanRelocations()
573 *relocation, *m_pBuilder, *m_pModule, **rs, **input); in scanRelocations()
576 *relocation, *m_pModule, **rs); in scanRelocations()
737 bool ObjectLinker::relocation() in relocation() function in ObjectLinker
758 Relocation* relocation = llvm::cast<Relocation>(reloc); in relocation() local
761 ResolveInfo* info = relocation->symInfo(); in relocation()
767 relocation->apply(*m_LDBackend.getRelocator()); in relocation()
825 Relocation* relocation = llvm::cast<Relocation>(reloc); in normalSyncRelocationResult() local
828 ResolveInfo* info = relocation->symInfo(); in normalSyncRelocationResult()
840 if (0x0 == relocation->type()) in normalSyncRelocationResult()
842 writeRelocationResult(*relocation, data); in normalSyncRelocationResult()