Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFObjectWriter.cpp53 case FK_Data_8: Type = ELF::R_X86_64_PC64; break; in GetRelocType()
60 Type = ELF::R_X86_64_PC64; in GetRelocType()
DX86ELFRelocationInfo.cpp76 case R_X86_64_PC64: in createExprForRelocation()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf-x86-amd64.c178 case 64: return (unsigned char) R_X86_64_PC64; in elf_x86_amd64_map_reloc_info_to_type()
Delf.h337 R_X86_64_PC64 = 24, /* word64, PC relative */ enumerator
/external/llvm/lib/Object/
DELF.cpp47 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_X86_64_PC64); in getELFRelocationTypeName()
DELFYAML.cpp412 ECase(R_X86_64_PC64) in enumeration()
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py478 R_X86_64_PC64 = 24 variable in Relocs_Elf_X86_64
/external/llvm/include/llvm/Support/
DELF.h379 R_X86_64_PC64 = 24, enumerator
/external/elfutils/0.153/libelf/
Delf.h2694 #define R_X86_64_PC64 24 /* PC relative 64 bit */ macro
/external/llvm/test/tools/llvm-readobj/
Dreloc-types.test86 ELF-64: Type: R_X86_64_PC64 (24)
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp313 case ELF::R_X86_64_PC64: { in resolveX86_64Relocation()