Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/test/MC/ELF/
Drelocation.s12 leaq foo@GOTTPOFF(%rip), %rax # R_X86_64_GOTTPOFF
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
Dx86_64.def28 ELF_RELOC(R_X86_64_GOTTPOFF, 22)
/external/llvm/include/llvm/Support/ELFRelocs/
Dx86_64.def28 ELF_RELOC(R_X86_64_GOTTPOFF, 22)
/external/llvm/test/MC/ELF/
Drelocation.s20 leaq foo@GOTTPOFF(%rip), %rax # R_X86_64_GOTTPOFF
/external/syslinux/com32/include/sys/
Delfcommon.h390 #define R_X86_64_GOTTPOFF 22 /* 32 bit signed PC relative offset macro
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFObjectWriter.cpp171 return ELF::R_X86_64_GOTTPOFF; in getRelocType64()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h355 R_X86_64_GOTTPOFF = 22, enumerator
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py480 R_X86_64_GOTTPOFF = 22 variable in Relocs_Elf_X86_64
/external/kmod/port-gnu/
Delf.h3120 #define R_X86_64_GOTTPOFF 22 /* 32 bit signed PC relative offset macro
/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp938 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_X86_64_GOTTPOFF); in getRelocationTypeName()
/external/elfutils/libelf/
Delf.h3121 #define R_X86_64_GOTTPOFF 22 /* 32 bit signed PC relative offset macro
/external/llvm/test/tools/llvm-readobj/
Dreloc-types.test85 ELF-64: Type: R_X86_64_GOTTPOFF (22)
/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.cpp1690 Type = ELF::R_X86_64_GOTTPOFF; in GetRelocType()