Lines Matching refs:X86_64
27 class X86_64 : public TargetInfo { class
29 X86_64();
70 X86_64::X86_64() { in X86_64() function in X86_64
94 int X86_64::getTlsGdRelaxSkip(RelType type) const { in getTlsGdRelaxSkip()
240 bool X86_64::deleteFallThruJmpInsn(InputSection &is, InputFile *file, in deleteFallThruJmpInsn()
311 bool X86_64::relaxOnce(int pass) const { in relaxOnce()
352 RelExpr X86_64::getRelExpr(RelType type, const Symbol &s, in getRelExpr()
409 void X86_64::writeGotPltHeader(uint8_t *buf) const { in writeGotPltHeader()
417 void X86_64::writeGotPlt(uint8_t *buf, const Symbol &s) const { in writeGotPlt()
422 void X86_64::writeIgotPlt(uint8_t *buf, const Symbol &s) const { in writeIgotPlt()
428 void X86_64::writePltHeader(uint8_t *buf) const { in writePltHeader()
441 void X86_64::writePlt(uint8_t *buf, const Symbol &sym, in writePlt()
455 RelType X86_64::getDynRel(RelType type) const { in getDynRel()
627 void X86_64::applyJumpInstrMod(uint8_t *loc, JumpModType type, in applyJumpInstrMod()
711 int64_t X86_64::getImplicitAddend(const uint8_t *buf, RelType type) const { in getImplicitAddend()
765 void X86_64::relocate(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relocate()
860 RelExpr X86_64::adjustGotPcExpr(RelType type, int64_t addend, in adjustGotPcExpr()
1004 bool X86_64::adjustPrologueForCrossSplitStack(uint8_t *loc, uint8_t *end, in adjustPrologueForCrossSplitStack()
1035 void X86_64::relocateAlloc(InputSectionBase &sec, uint8_t *buf) const { in relocateAlloc()
1060 class IntelIBT : public X86_64 {
1120 class Retpoline : public X86_64 {
1129 class RetpolineZNow : public X86_64 {
1242 static X86_64 t; in getTargetInfo()