Searched refs:relocation (Results 1 – 5 of 5) sorted by relevance
/frameworks/compile/linkloader/tests/images/ |
D | gen-testcases.sh | 29 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/lib/LD/ |
D | ELFWriter.cpp | 428 Relocation* relocation = 0; in emitRel() local 434 relocation = &(llvm::cast<Relocation>(*it)); in emitRel() 435 FragmentRef = &(relocation->targetRef()); in emitRel() 451 if( relocation->symInfo() == NULL ) in emitRel() 455 f_Backend.getSymbolIdx(relocation->symInfo()->outSymbol())); in emitRel() 457 rel->setSymbolAndType(Index, relocation->type()); in emitRel() 469 Relocation* relocation = 0; in emitRela() local 475 relocation = &(llvm::cast<Relocation>(*it)); in emitRela() 476 FragmentRef = &(relocation->targetRef()); in emitRela() 492 if( relocation->symInfo() == NULL ) in emitRela() [all …]
|
/frameworks/compile/mclinker/lib/MC/ |
D | MCLinker.cpp | 514 Relocation* relocation = m_Backend.getRelocFactory()->produce(pType, in addRelocation() local 518 relocation->setSymInfo(&pResolveInfo); in addRelocation() 520 m_RelocationList.push_back(relocation); in addRelocation() 522 m_Backend.scanRelocation(*relocation, pSym, *this, m_Info, in addRelocation() 525 return relocation; in addRelocation()
|
/frameworks/compile/mclinker/ |
D | ChangeLog | 16 2. add relocation supports - R_ARM_TARGET1, R_ARM_TARGET2, R_ARM_ABS32, 35 relocation or GOTPLT entry.
|
/frameworks/compile/libbcc/ |
D | README.rst | 136 header, string pool, dependencies table, relocation table, exported
|