Home
last modified time | relevance | path

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

/NextBSD/libexec/rtld-elf/i386/
HDreloc.c150 case R_386_PC32: in reloc_non_plt()
163 case R_386_PC32: in reloc_non_plt()
200 case R_386_PC32: in reloc_non_plt()
/NextBSD/contrib/binutils/include/elf/
HDi386.h29 RELOC_NUMBER (R_386_PC32, 2) /* PC relative 32 bit */
/NextBSD/contrib/llvm/include/llvm/Support/ELFRelocs/
HDi386.def9 ELF_RELOC(R_386_PC32, 2)
/NextBSD/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.
/NextBSD/sys/i386/i386/
HDelf_machdep.c224 case R_386_PC32: /* S + A - P */ in elf_reloc_internal()
/NextBSD/contrib/llvm/lib/Target/X86/MCTargetDesc/
HDX86ELFObjectWriter.cpp190 return IsPCRel ? ELF::R_386_PC32 : ELF::R_386_32; in getRelocType32()
/NextBSD/contrib/llvm/include/llvm/Object/
HDRelocVisitor.h155 case llvm::ELF::R_386_PC32: in visitELF()
/NextBSD/sys/sys/
HDelf_common.h852 #define R_386_PC32 2 /* Add PC-relative symbol value. */ macro
/NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_link.c1097 if (GELF_R_TYPE(rela->r_info) != R_386_PC32 && in dt_modtext()
/NextBSD/contrib/elftoolchain/common/
HDelfdefinitions.h1393 _ELF_DEFINE_RELOC(R_386_PC32, 2) \
/NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldELF.cpp275 case ELF::R_386_PC32: { in resolveX86Relocation()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.cpp2454 case R_386_PC32: in RelocateSection()