Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/include/elf/
Dx86-64.h44 RELOC_NUMBER (R_X86_64_PC8, 15) /* 8 bit sign extended pc relative*/
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
Dx86_64.def21 ELF_RELOC(R_X86_64_PC8, 15)
/freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/
DX86_64.cpp174 R.type == R_X86_64_PC8; in isRelocationForJmpInsn()
342 case R_X86_64_PC8: in getRelExpr()
689 case R_X86_64_PC8: in getImplicitAddend()
741 case R_X86_64_PC8: in relocate()
/freebsd-12-stable/contrib/binutils/bfd/
Delf64-x86-64.c80 HOWTO(R_X86_64_PC8, 0, 0, 8, TRUE, 0, complain_overflow_signed,
186 { BFD_RELOC_8_PCREL, R_X86_64_PC8, },
967 case R_X86_64_PC8: in elf64_x86_64_check_relocs()
1012 && (((r_type != R_X86_64_PC8) in elf64_x86_64_check_relocs()
1119 if (r_type == R_X86_64_PC8 in elf64_x86_64_check_relocs()
1253 case R_X86_64_PC8: in elf64_x86_64_gc_sweep_hook()
2336 case R_X86_64_PC8: in elf64_x86_64_relocate_section()
2382 && ((r_type != R_X86_64_PC8 in elf64_x86_64_relocate_section()
2426 && (r_type == R_X86_64_PC8 in elf64_x86_64_relocate_section()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFObjectWriter.cpp126 return IsPCRel ? ELF::R_X86_64_PC8 : ELF::R_X86_64_8; in getRelocType64()
/freebsd-12-stable/sys/sys/
Delf_common.h1418 #define R_X86_64_PC8 15 /* Add 8 bit signed extended pc relative symbol value */ macro
/freebsd-12-stable/contrib/elftoolchain/common/
Delfdefinitions.h2259 _ELF_DEFINE_RELOC(R_X86_64_PC8, 15) \
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp308 case ELF::R_X86_64_PC8: { in resolveX86_64Relocation()