Searched defs:relEntry (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp491 Relocation& relEntry = *getTarget().getRelDyn().consumeEntry(); local
492 relEntry.setType(llvm::ELF::R_MIPS_COPY);
494 relEntry.targetRef().assign(*pSym.outSymbol()->fragRef());
495 relEntry.setSymInfo(&pSym);
762 Relocation& relEntry = *getTarget().getRelDyn().consumeEntry(); local
763 relEntry.setType(llvm::ELF::R_MIPS_REL32);
764 relEntry.targetRef() = pFragRef;
765 relEntry.setSymInfo(pSym);
783 Relocation& relEntry = *getTarget().getRelDyn().consumeEntry(); local
784 relEntry
[all...]

Completed in 37 milliseconds