Searched refs:relocation (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/linkloader/tests/images/
H A Dgen-testcases.sh29 llc -filetype=obj -relocation-model=static -mtriple $2 $3 test.bc -o test-$1.o
30 llc -filetype=obj -relocation-model=static -mtriple $2 $3 simple-test.bc -o simple-test-$1.o
31 llc -filetype=obj -relocation-model=static -mtriple $2 $3 rodata-test.bc -o rodata-test-$1.o
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDDriver.h74 /// readRelocations - read all relocation entries
90 /// relocate - applying relocation entries and create relocation
92 /// Create relocation section, asking TargetLDBackend to
93 /// read the relocation information into RelocationEntry
94 /// and push_back into the relocation section
95 bool relocation();
/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...]
/frameworks/compile/mclinker/lib/MC/
H A DMCLinker.cpp582 /// addRelocation - add a relocation entry in MCLinker (only for object file)
594 // discard this relocation.
600 Relocation* relocation = m_Backend.getRelocFactory()->produce(pType,
604 relocation->setSymInfo(&pResolveInfo);
606 m_RelocationList.push_back(relocation);
608 m_Backend.scanRelocation(*relocation, pSym, *this, m_LDInfo,
613 return relocation;
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/libbcc/lib/Core/
H A DLinker.cpp378 mDriver->relocation();
/frameworks/compile/mclinker/lib/CodeGen/
H A DSectLinker.cpp146 // 8. - read all relocation entries from input files
162 m_pLDDriver->relocation();
/frameworks/compile/mclinker/tools/mcld/lib/Core/
H A DLinker.cpp371 mDriver->relocation();

Completed in 209 milliseconds