Home | History | Annotate | Download | only in LD

Lines Matching defs:relocation

63   case LDFileFormat::Relocation:
105 case LDFileFormat::Relocation:
382 case LDFileFormat::Relocation:
424 llvm::report_fatal_error("unsupported relocation section type!");
440 const Relocation* relocation = 0;
446 relocation = &(llvm::cast<Relocation>(*it));
447 frag_ref = &(relocation->targetRef());
459 if( relocation->symInfo() == NULL )
463 target().getSymbolIdx(relocation->symInfo()->outSymbol()));
465 rel->setSymbolAndType(Index, relocation->type());
481 const Relocation* relocation = 0;
487 relocation = &(llvm::cast<Relocation>(*it));
488 frag_ref = &(relocation->targetRef());
501 if( relocation->symInfo() == NULL )
505 target().getSymbolIdx(relocation->symInfo()->outSymbol()));
507 rel->setSymbolAndType(Index, relocation->type());
508 rel->r_addend = relocation->addend();