Home
last modified time | relevance | path

Searched refs:relEntry (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.cpp104 Relocation* relEntry = backend.getRelPLT().create(); in helper_PLT_init() local
105 relEntry->setType(llvm::ELF::R_MIPS_JUMP_SLOT); in helper_PLT_init()
106 relEntry->targetRef().assign(*gotpltEntry); in helper_PLT_init()
107 relEntry->setSymInfo(rsym); in helper_PLT_init()
477 Relocation& relEntry = *getTarget().getRelDyn().consumeEntry(); in addCopyReloc() local
478 relEntry.setType(llvm::ELF::R_MIPS_COPY); in addCopyReloc()
480 relEntry.targetRef().assign(*pSym.outSymbol()->fragRef()); in addCopyReloc()
481 relEntry.setSymInfo(&pSym); in addCopyReloc()
749 Relocation& relEntry = *getTarget().getRelDyn().consumeEntry(); in setupRelDynEntry() local
750 relEntry.setType(pType); in setupRelDynEntry()
[all …]