Searched refs:R_X86_64_PC8 (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/contrib/binutils/include/elf/ |
| D | x86-64.h | 44 RELOC_NUMBER (R_X86_64_PC8, 15) /* 8 bit sign extended pc relative*/
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
| D | x86_64.def | 21 ELF_RELOC(R_X86_64_PC8, 15)
|
| /freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/ |
| D | X86_64.cpp | 174 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/ |
| D | elf64-x86-64.c | 80 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/ |
| D | X86ELFObjectWriter.cpp | 126 return IsPCRel ? ELF::R_X86_64_PC8 : ELF::R_X86_64_8; in getRelocType64()
|
| /freebsd-12-stable/sys/sys/ |
| D | elf_common.h | 1418 #define R_X86_64_PC8 15 /* Add 8 bit signed extended pc relative symbol value */ macro
|
| /freebsd-12-stable/contrib/elftoolchain/common/ |
| D | elfdefinitions.h | 2259 _ELF_DEFINE_RELOC(R_X86_64_PC8, 15) \
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| D | RuntimeDyldELF.cpp | 308 case ELF::R_X86_64_PC8: { in resolveX86_64Relocation()
|