Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELFObjectFile.cpp389 uint64_t JumpSlotReloc = 0; in getPltAddresses() local
392 JumpSlotReloc = ELF::R_386_JUMP_SLOT; in getPltAddresses()
395 JumpSlotReloc = ELF::R_X86_64_JUMP_SLOT; in getPltAddresses()
398 JumpSlotReloc = ELF::R_AARCH64_JUMP_SLOT; in getPltAddresses()
442 if (Relocation.getType() != JumpSlotReloc) in getPltAddresses()