Searched refs:relEntry (Results 1 – 1 of 1) sorted by relevance
104 Relocation* relEntry = backend.getRelPLT().create(); in helper_PLT_init() local105 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() local478 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() local750 relEntry.setType(pType); in setupRelDynEntry()[all …]