Lines Matching full:relocation
63 case LDFileFormat::Relocation:
102 case LDFileFormat::Relocation:
103 // sort relocation for the benefit of the dynamic linker.
385 case LDFileFormat::Relocation:
473 llvm::report_fatal_error("unsupported relocation section type!");
487 const Relocation* relocation = 0;
496 relocation = &(llvm::cast<Relocation>(*it));
497 frag_ref = &(relocation->targetRef());
508 if (relocation->symInfo() == NULL)
512 target().getSymbolIdx(relocation->symInfo()->outSymbol()));
514 target().emitRelocation(*rel, relocation->type(), r_sym, r_offset);
529 const Relocation* relocation = 0;
538 relocation = &(llvm::cast<Relocation>(*it));
539 frag_ref = &(relocation->targetRef());
550 if (relocation->symInfo() == NULL)
554 target().getSymbolIdx(relocation->symInfo()->outSymbol()));
557 *rel, relocation->type(), r_sym, r_offset, relocation->addend());