Home
last modified time | relevance | path

Searched refs:R_386_GOTPC (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/binutils/include/elf/
Di386.h37 RELOC_NUMBER (R_386_GOTPC, 10) /* 32 bit PC relative offset to GOT */
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
Di386.def17 ELF_RELOC(R_386_GOTPC, 10)
/freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/
DX86.cpp104 case R_386_GOTPC: in getRelExpr()
257 case R_386_GOTPC: in getImplicitAddend()
322 case R_386_GOTPC: in relocate()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFObjectWriter.cpp271 return ELF::R_386_GOTPC; in getRelocType32()
/freebsd-12-stable/contrib/binutils/bfd/
Delf32-i386.c65 HOWTO(R_386_GOTPC, 0, 2, 32, TRUE, 0, complain_overflow_bitfield,
73 #define R_386_standard (R_386_GOTPC + 1)
237 return &elf_howto_table[R_386_GOTPC]; in elf_i386_reloc_type_lookup()
1103 case R_386_GOTPC: in elf_i386_check_relocs()
2489 case R_386_GOTPC: in elf_i386_relocate_section()
DChangeLog-94955820 R_386_GOTPC to be pc_relative and pcrel_offset.
/freebsd-12-stable/sys/sys/
Delf_common.h949 #define R_386_GOTPC 10 /* Add PC-relative GOT table address. */ macro
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DInputSection.cpp894 if (config->emachine == EM_386 && type == R_386_GOTPC) in relocateNonAlloc()
/freebsd-12-stable/contrib/elftoolchain/common/
Delfdefinitions.h1466 _ELF_DEFINE_RELOC(R_386_GOTPC, 10) \
/freebsd-12-stable/contrib/binutils/gas/
DChangeLog-02034905 in displacement for R_386_32 reloc, use R_386_GOTPC and compute
4908 R_386_GOTPC.
4909 (md_apply_fix3): Remove R_386_GOTPC handling.