Lines Matching full:relocation
66 case LDFileFormat::Relocation:
107 case LDFileFormat::Relocation:
108 // sort relocation for the benefit of the dynamic linker.
396 case LDFileFormat::Relocation:
482 llvm::report_fatal_error("unsupported relocation section type!");
498 const Relocation* relocation = 0;
506 relocation = &(llvm::cast<Relocation>(*it));
507 frag_ref = &(relocation->targetRef());
519 if( relocation->symInfo() == NULL )
523 target().getSymbolIdx(relocation->symInfo()->outSymbol()));
525 target().emitRelocation(*rel, relocation->type(), r_sym, r_offset);
541 const Relocation* relocation = 0;
549 relocation = &(llvm::cast<Relocation>(*it));
550 frag_ref = &(relocation->targetRef());
562 if( relocation->symInfo() == NULL )
566 target().getSymbolIdx(relocation->symInfo()->outSymbol()));
568 target().emitRelocation(*rel, relocation->type(),
569 r_sym, r_offset, relocation->addend());