Lines Matching refs:relocation
487 const Relocation* relocation = 0; in emitRel() local
496 relocation = &(llvm::cast<Relocation>(*it)); in emitRel()
497 frag_ref = &(relocation->targetRef()); in emitRel()
508 if (relocation->symInfo() == NULL) in emitRel()
512 target().getSymbolIdx(relocation->symInfo()->outSymbol())); in emitRel()
514 target().emitRelocation(*rel, relocation->type(), r_sym, r_offset); in emitRel()
529 const Relocation* relocation = 0; in emitRela() local
538 relocation = &(llvm::cast<Relocation>(*it)); in emitRela()
539 frag_ref = &(relocation->targetRef()); in emitRela()
550 if (relocation->symInfo() == NULL) in emitRela()
554 target().getSymbolIdx(relocation->symInfo()->outSymbol())); in emitRela()
557 *rel, relocation->type(), r_sym, r_offset, relocation->addend()); in emitRela()