Home
last modified time | relevance | path

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

/third_party/musl/arch/x86_64/
Dreloc.h6 #define REL_PLT R_X86_64_JUMP_SLOT
/third_party/musl/arch/x32/
Dreloc.h18 #define REL_PLT R_X86_64_JUMP_SLOT
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
Dx86_64.def13 ELF_RELOC(R_X86_64_JUMP_SLOT, 7)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
Dx86_64.def13 ELF_RELOC(R_X86_64_JUMP_SLOT, 7)
/third_party/elfio/tests/
DELFIOTest.cpp290 R_X86_64_JUMP_SLOT, 0, 0 ); in TEST()
292 R_X86_64_JUMP_SLOT, 0, 0 ); in TEST()
294 R_X86_64_JUMP_SLOT, 0, 0 ); in TEST()
403 R_X86_64_JUMP_SLOT, 0, 0 ); in TEST()
405 R_X86_64_JUMP_SLOT, 0, 0 ); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELFObjectFile.cpp395 JumpSlotReloc = ELF::R_X86_64_JUMP_SLOT; in getPltAddresses()
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp571 #define R_X86_64_JUMP_SLOT 7 macro
/third_party/musl/ndk_musl_include/
Delf.h2985 #define R_X86_64_JUMP_SLOT 7 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h2985 #define R_X86_64_JUMP_SLOT 7 macro
/third_party/musl/include/
Delf.h2989 #define R_X86_64_JUMP_SLOT 7 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h2985 #define R_X86_64_JUMP_SLOT 7 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h2985 #define R_X86_64_JUMP_SLOT 7 macro
/third_party/musl/porting/linux/user/include/
Delf.h2993 #define R_X86_64_JUMP_SLOT 7 macro
/third_party/elfio/elfio/
Delf_types.hpp751 constexpr unsigned R_X86_64_JUMP_SLOT = 7; variable
/third_party/elfutils/libelf/
Delf.h3473 #define R_X86_64_JUMP_SLOT 7 /* Create PLT entry */ macro