Searched refs:relEntry (Results 1 – 1 of 1) sorted by relevance
491 Relocation& relEntry = *getTarget().getRelDyn().consumeEntry(); in addCopyReloc() local492 relEntry.setType(llvm::ELF::R_MIPS_COPY); in addCopyReloc()494 relEntry.targetRef().assign(*pSym.outSymbol()->fragRef()); in addCopyReloc()495 relEntry.setSymInfo(&pSym); in addCopyReloc()762 Relocation& relEntry = *getTarget().getRelDyn().consumeEntry(); in setupRelDynEntry() local763 relEntry.setType(llvm::ELF::R_MIPS_REL32); in setupRelDynEntry()764 relEntry.targetRef() = pFragRef; in setupRelDynEntry()765 relEntry.setSymInfo(pSym); in setupRelDynEntry()783 Relocation& relEntry = *getTarget().getRelDyn().consumeEntry(); in setupRelDynEntry() local784 relEntry.setType(type); in setupRelDynEntry()[all …]