Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/include/elf/
HDi386.h37 RELOC_NUMBER (R_386_GOTPC, 10) /* 32 bit PC relative offset to GOT */
/NextBSD/contrib/llvm/include/llvm/Support/ELFRelocs/
HDi386.def17 ELF_RELOC(R_386_GOTPC, 10)
/NextBSD/contrib/llvm/lib/Target/X86/MCTargetDesc/
HDX86ELFObjectWriter.cpp198 return IsPCRel ? ELF::R_386_GOTPC : ELF::R_386_GOT32; in getRelocType32()
/NextBSD/contrib/binutils/bfd/
HDelf32-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()
HDChangeLog-94955820 R_386_GOTPC to be pc_relative and pcrel_offset.
/NextBSD/sys/sys/
HDelf_common.h860 #define R_386_GOTPC 10 /* Add PC-relative GOT table address. */ macro
/NextBSD/contrib/elftoolchain/common/
HDelfdefinitions.h1401 _ELF_DEFINE_RELOC(R_386_GOTPC, 10) \
/NextBSD/contrib/binutils/gas/
HDChangeLog-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.