Home
last modified time | relevance | path

Searched refs:R_386_PC32 (Results 1 – 17 of 17) sorted by relevance

/freebsd-11-stable/libexec/rtld-elf/i386/
HDreloc.c151 case R_386_PC32: in reloc_non_plt()
164 case R_386_PC32: in reloc_non_plt()
201 case R_386_PC32: in reloc_non_plt()
/freebsd-11-stable/contrib/llvm-project/lld/ELF/Arch/
HDX86.cpp99 case R_386_PC32: in getRelExpr()
255 case R_386_PC32: in getImplicitAddend()
301 case R_386_PC32: in relocateOne()
/freebsd-11-stable/contrib/binutils/include/elf/
HDi386.h29 RELOC_NUMBER (R_386_PC32, 2) /* PC relative 32 bit */
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
HDi386.def9 ELF_RELOC(R_386_PC32, 2)
/freebsd-11-stable/contrib/binutils/bfd/
HDelf32-i386.c41 HOWTO(R_386_PC32, 0, 2, 32, TRUE, 0, complain_overflow_bitfield,
205 return &elf_howto_table[R_386_PC32]; in elf_i386_reloc_type_lookup()
1124 case R_386_PC32: in elf_i386_check_relocs()
1138 if (r_type != R_386_PC32) in elf_i386_check_relocs()
1165 && (r_type != R_386_PC32 in elf_i386_check_relocs()
1264 if (r_type == R_386_PC32) in elf_i386_check_relocs()
1389 case R_386_PC32: in elf_i386_gc_sweep_hook()
2521 case R_386_PC32: in elf_i386_relocate_section()
2529 && (r_type != R_386_PC32 in elf_i386_relocate_section()
2567 && (r_type == R_386_PC32 in elf_i386_relocate_section()
HDChangeLog-00013819 (elf_i386_relocate_section <R_386_32, R_386_PC32>): Rearrange code
3824 * elf32-i386.c (elf_i386_check_relocs <R_386_32, R_386_PC32>):
3828 (elf_i386_relocate_section <R_386_32, R_386_PC32>): .. and emit.
3832 (elf_i386_relocate_section <R_386_32, R_386_PC32>): Remove
3842 * elf32-i386.c (elf_i386_relocate_section <R_386_32, R_386_PC32>):
3874 which .got created. Mark symbols used by R_386_32 and R_386_PC32
4070 (elf_i386_check_relocs <R_386_32, R_386_PC32>): Reference count
5306 * elf32-i386.c (elf_i386_check_relocs): Reserve R_386_PC32
HDChangeLog-02033417 skip R_386_32/R_386_PC32 for weak undefined symbols with
3426 skip R_386_32/R_386_PC32 for weak undefined symbols with
HDChangeLog-91931789 R_386_PC32.
HDChangeLog-94954663 create a PLT entry as a R_386_PC32 reloc.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDRelocationResolver.cpp220 case ELF::R_386_PC32: in supportsX86()
233 case ELF::R_386_PC32: in resolveX86()
/freebsd-11-stable/sys/i386/i386/
HDelf_machdep.c225 case R_386_PC32: /* S + A - P */ in elf_reloc_internal()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
HDX86ELFObjectWriter.cpp252 return IsPCRel ? ELF::R_386_PC32 : ELF::R_386_32; in getRelocType32()
/freebsd-11-stable/sys/sys/
HDelf_common.h912 #define R_386_PC32 2 /* Add PC-relative symbol value. */ macro
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_link.c242 R_386_PC32); in prepare_elf32()
1082 if (GELF_R_TYPE(rela->r_info) != R_386_PC32 && in dt_modtext()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldELF.cpp351 case ELF::R_386_PC32: { in resolveX86Relocation()
/freebsd-11-stable/contrib/elftoolchain/common/
HDelfdefinitions.h1458 _ELF_DEFINE_RELOC(R_386_PC32, 2) \
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp2578 case R_386_PC32: in ApplyRelocations()