Searched refs:ripRel32 (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ |
| H A D | ArchHandler_x86_64.cpp | 72 const_cast<Reference*>(ref)->setKindValue(ripRel32); in updateReferenceToTLV() 86 ->setKindValue(targetNowGOT ? ripRel32 : ripRel32GotLoadNowLea); in updateReferenceToGOT() 194 ripRel32, /// ex: movq _foo(%rip), %rax enumerator 286 { Reference::KindArch::x86_64, ripRel32, 2, 0 }, 307 { Reference::KindArch::x86_64, ripRel32, 3, 0 }, 309 { Reference::KindArch::x86_64, ripRel32, 11, 0 }, 339 return ripRel32; in kindFromReloc() 386 case ripRel32: in getReferenceInfo() 558 case ripRel32: in applyFixupFinal() 640 case ripRel32: in applyFixupRelocatable() [all …]
|