Searched defs:relocation (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/MC/
H A DMCLDDriver.cpp223 /// readRelocations - read all relocation entries
228 // Bitcode is read by the other path. This function reads relocation sections
293 /// relocate - applying relocation entries and create relocation
295 /// Create relocation section, asking TargetLDBackend to
296 /// read the relocation information into RelocationEntry
297 /// and push_back into the relocation section
298 bool MCLDDriver::relocation() function in class:MCLDDriver
/frameworks/compile/mclinker/lib/LD/
H A DELFWriter.cpp450 llvm::report_fatal_error("relocation fragment should not be in a regular section.\n");
477 llvm::report_fatal_error("unsupported relocation section type!");
489 Relocation* relocation = 0; local
495 relocation = &(llvm::cast<Relocation>(*it));
496 frag_ref = &(relocation->targetRef());
510 if( relocation->symInfo() == NULL )
514 f_Backend.getSymbolIdx(relocation->symInfo()->outSymbol()));
516 rel->setSymbolAndType(Index, relocation->type());
528 Relocation* relocation = 0; local
534 relocation
[all...]

Completed in 99 milliseconds