• Home
  • Raw
  • Download

Lines Matching refs:X86_64

26 class X86_64 : public TargetInfo {  class
28 X86_64();
76 X86_64::X86_64() { in X86_64() function in X86_64
99 int X86_64::getTlsGdRelaxSkip(RelType type) const { return 2; } in getTlsGdRelaxSkip()
241 bool X86_64::deleteFallThruJmpInsn(InputSection &is, InputFile *file, in deleteFallThruJmpInsn()
311 RelExpr X86_64::getRelExpr(RelType type, const Symbol &s, in getRelExpr()
368 void X86_64::writeGotPltHeader(uint8_t *buf) const { in writeGotPltHeader()
376 void X86_64::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt()
381 void X86_64::writePltHeader(uint8_t *buf) const { in writePltHeader()
394 void X86_64::writePlt(uint8_t *buf, const Symbol &sym, in writePlt()
408 RelType X86_64::getDynRel(RelType type) const { in getDynRel()
415 void X86_64::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe()
456 void X86_64::relaxTlsGdToIe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToIe()
498 void X86_64::relaxTlsIeToLe(uint8_t *loc, const Relocation &, in relaxTlsIeToLe()
540 void X86_64::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsLdToLe()
593 void X86_64::applyJumpInstrMod(uint8_t *loc, JumpModType type, in applyJumpInstrMod()
677 void X86_64::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate()
731 RelExpr X86_64::adjustGotPcExpr(RelType type, int64_t addend, in adjustGotPcExpr()
831 void X86_64::relaxGot(uint8_t *loc, const Relocation &, uint64_t val) const { in relaxGot()
873 bool X86_64::adjustPrologueForCrossSplitStack(uint8_t *loc, uint8_t *end, in adjustPrologueForCrossSplitStack()
908 class IntelIBT : public X86_64 {
968 class Retpoline : public X86_64 {
977 class RetpolineZNow : public X86_64 {
1090 static X86_64 t; in getTargetInfo()