Home | History | Annotate | Download | only in LD

Lines Matching full:relocation

63   case LDFileFormat::Relocation:
105 case LDFileFormat::Relocation:
379 case LDFileFormat::Relocation:
421 llvm::report_fatal_error("unsupported relocation section type!");
437 const Relocation* relocation = 0;
443 relocation = &(llvm::cast<Relocation>(*it));
444 frag_ref = &(relocation->targetRef());
456 if( relocation->symInfo() == NULL )
460 target().getSymbolIdx(relocation->symInfo()->outSymbol()));
462 rel->setSymbolAndType(Index, relocation->type());
478 const Relocation* relocation = 0;
484 relocation = &(llvm::cast<Relocation>(*it));
485 frag_ref = &(relocation->targetRef());
498 if( relocation->symInfo() == NULL )
502 target().getSymbolIdx(relocation->symInfo()->outSymbol()));
504 rel->setSymbolAndType(Index, relocation->type());
505 rel->r_addend = relocation->addend();