Home | History | Annotate | Download | only in Object

Lines Matching defs:relocation

220 /// readRelocations - read all relocation entries
225 // Bitcode is read by the other path. This function reads relocation sections
250 case LDFileFormat::Relocation:
389 Relocation* relocation = llvm::cast<Relocation>(reloc);
390 // scan relocation
393 *relocation, *m_pBuilder, *m_pModule, **rs);
396 *relocation, *m_pModule, **rs);
398 } // for all relocation section
507 /// relocate - applying relocation entries and create relocation
509 /// Create relocation section, asking TargetLDBackend to
510 /// read the relocation information into RelocationEntry
511 /// and push_back into the relocation section
512 bool ObjectLinker::relocation()