Home
last modified time | relevance | path

Searched refs:JumpSlotReloc (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Object/
H A DELFObjectFile.cpp607 uint64_t JumpSlotReloc = 0; in getPltAddresses() local
610 JumpSlotReloc = ELF::R_386_JUMP_SLOT; in getPltAddresses()
613 JumpSlotReloc = ELF::R_X86_64_JUMP_SLOT; in getPltAddresses()
617 JumpSlotReloc = ELF::R_AARCH64_JUMP_SLOT; in getPltAddresses()
661 if (Relocation.getType() != JumpSlotReloc) in getPltAddresses()