Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/binutils/include/elf/
Dx86-64.h62 RELOC_NUMBER (R_X86_64_GOTPLT64, 30) /* like GOT64, but indicates
/freebsd-9-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFRelocationInfo.cpp85 case R_X86_64_GOTPLT64: in createExprForRelocation()
/freebsd-9-stable/contrib/binutils/bfd/
Delf64-x86-64.c124 HOWTO(R_X86_64_GOTPLT64, 0, 4, 64, FALSE, 0, complain_overflow_signed,
201 { BFD_RELOC_X86_64_GOTPLT64, R_X86_64_GOTPLT64, },
817 case R_X86_64_GOTPLT64: in elf64_x86_64_check_relocs()
836 if (r_type == R_X86_64_GOTPLT64) in elf64_x86_64_check_relocs()
1233 case R_X86_64_GOTPLT64: in elf64_x86_64_gc_sweep_hook()
1236 if (r_type == R_X86_64_GOTPLT64 && h->plt.refcount > 0) in elf64_x86_64_gc_sweep_hook()
2140 case R_X86_64_GOTPLT64: in elf64_x86_64_relocate_section()
DChangeLog-20062696 R_X86_64_GOTPLT64 need a got entry. R_X86_64_GOTPLT64 also a PLT
/freebsd-9-stable/sys/sys/
Delf_common.h988 #define R_X86_64_GOTPLT64 30 macro
/freebsd-9-stable/contrib/llvm/lib/Object/
DELF.cpp53 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_X86_64_GOTPLT64); in getELFRelocationTypeName()
/freebsd-9-stable/contrib/llvm/include/llvm/Support/
DELF.h364 R_X86_64_GOTPLT64 = 30, enumerator