Searched refs:R_386_PC32 (Results 1 – 16 of 16) sorted by relevance
| /NextBSD/libexec/rtld-elf/i386/ |
| HD | reloc.c | 150 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/ |
| HD | i386.h | 29 RELOC_NUMBER (R_386_PC32, 2) /* PC relative 32 bit */
|
| /NextBSD/contrib/llvm/include/llvm/Support/ELFRelocs/ |
| HD | i386.def | 9 ELF_RELOC(R_386_PC32, 2)
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | elf32-i386.c | 41 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()
|
| HD | ChangeLog-0001 | 3819 (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
|
| HD | ChangeLog-0203 | 3417 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
|
| HD | ChangeLog-9193 | 1789 R_386_PC32.
|
| HD | ChangeLog-9495 | 4663 create a PLT entry as a R_386_PC32 reloc.
|
| /NextBSD/sys/i386/i386/ |
| HD | elf_machdep.c | 224 case R_386_PC32: /* S + A - P */ in elf_reloc_internal()
|
| /NextBSD/contrib/llvm/lib/Target/X86/MCTargetDesc/ |
| HD | X86ELFObjectWriter.cpp | 190 return IsPCRel ? ELF::R_386_PC32 : ELF::R_386_32; in getRelocType32()
|
| /NextBSD/contrib/llvm/include/llvm/Object/ |
| HD | RelocVisitor.h | 155 case llvm::ELF::R_386_PC32: in visitELF()
|
| /NextBSD/sys/sys/ |
| HD | elf_common.h | 852 #define R_386_PC32 2 /* Add PC-relative symbol value. */ macro
|
| /NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| HD | dt_link.c | 1097 if (GELF_R_TYPE(rela->r_info) != R_386_PC32 && in dt_modtext()
|
| /NextBSD/contrib/elftoolchain/common/ |
| HD | elfdefinitions.h | 1393 _ELF_DEFINE_RELOC(R_386_PC32, 2) \
|
| /NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| HD | RuntimeDyldELF.cpp | 275 case ELF::R_386_PC32: { in resolveX86Relocation()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| HD | ObjectFileELF.cpp | 2454 case R_386_PC32: in RelocateSection()
|