Lines Matching refs:PPC64

169 class PPC64 final : public TargetInfo {  class
171 PPC64();
412 static_cast<const PPC64 &>(*target).relaxGot(bufLoc, rel, in tryRelaxPPC64TocIndirection()
581 PPC64::PPC64() { in PPC64() function in PPC64
619 int PPC64::getTlsGdRelaxSkip(RelType type) const { in getTlsGdRelaxSkip()
641 uint32_t PPC64::calcEFlags() const { in calcEFlags()
652 void PPC64::relaxGot(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relaxGot()
716 void PPC64::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe()
779 void PPC64::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsLdToLe()
891 void PPC64::relaxTlsIeToLe(uint8_t *loc, const Relocation &rel, in relaxTlsIeToLe()
992 RelExpr PPC64::getRelExpr(RelType type, const Symbol &s, in getRelExpr()
1106 RelType PPC64::getDynRel(RelType type) const { in getDynRel()
1112 int64_t PPC64::getImplicitAddend(const uint8_t *buf, RelType type) const { in getImplicitAddend()
1135 void PPC64::writeGotHeader(uint8_t *buf) const { in writeGotHeader()
1139 void PPC64::writePltHeader(uint8_t *buf) const { in writePltHeader()
1162 void PPC64::writePlt(uint8_t *buf, const Symbol &sym, in writePlt()
1169 void PPC64::writeIplt(uint8_t *buf, const Symbol &sym, in writeIplt()
1259 void PPC64::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate()
1425 bool PPC64::needsThunk(RelExpr expr, RelType type, const InputFile *file, in needsThunk()
1458 uint32_t PPC64::getThunkSectionSpacing() const { in getThunkSectionSpacing()
1466 bool PPC64::inBranchRange(RelType type, uint64_t src, uint64_t dst) const { in inBranchRange()
1475 RelExpr PPC64::adjustTlsExpr(RelType type, RelExpr expr) const { in adjustTlsExpr()
1483 RelExpr PPC64::adjustGotPcExpr(RelType type, int64_t addend, in adjustGotPcExpr()
1512 void PPC64::relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToIe()
1563 void PPC64::relocateAlloc(InputSectionBase &sec, uint8_t *buf) const { in relocateAlloc()
1674 bool PPC64::adjustPrologueForCrossSplitStack(uint8_t *loc, uint8_t *end, in adjustPrologueForCrossSplitStack()
1754 static PPC64 target; in getPPC64TargetInfo()