Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DELFObjectFile.cpp579 uint64_t JumpSlotReloc = 0; in getPltAddresses() local
582 JumpSlotReloc = ELF::R_386_JUMP_SLOT; in getPltAddresses()
585 JumpSlotReloc = ELF::R_X86_64_JUMP_SLOT; in getPltAddresses()
589 JumpSlotReloc = ELF::R_AARCH64_JUMP_SLOT; in getPltAddresses()
633 if (Relocation.getType() != JumpSlotReloc) in getPltAddresses()