Home
last modified time | relevance | path

Searched refs:R_386_RELATIVE (Results 1 – 15 of 15) sorted by relevance

/openbsd/libexec/ld.so/i386/
H A DMakefile.inc7 RELATIVE_RELOC=R_386_RELATIVE
/openbsd/sys/arch/amd64/include/
H A Dreloc.h65 #define R_386_RELATIVE 8 macro
/openbsd/gnu/usr.bin/binutils/include/elf/
H A Di386.h34 RELOC_NUMBER (R_386_RELATIVE, 8) /* Adjust by program base */
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A Di386.def15 ELF_RELOC(R_386_RELATIVE, 8)
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Di386.h35 RELOC_NUMBER (R_386_RELATIVE, 8) /* Adjust by program base */
/openbsd/sys/arch/amd64/stand/efiboot/
H A Dself_reloc.c59 #define RELOC_TYPE_RELATIVE R_386_RELATIVE
/openbsd/sys/arch/arm64/stand/efiboot/
H A Dself_reloc.c59 #define RELOC_TYPE_RELATIVE R_386_RELATIVE
/openbsd/sys/arch/armv7/stand/efiboot/
H A Dself_reloc.c59 #define RELOC_TYPE_RELATIVE R_386_RELATIVE
/openbsd/sys/arch/riscv64/stand/efiboot/
H A Dself_reloc.c59 #define RELOC_TYPE_RELATIVE R_386_RELATIVE
/openbsd/gnu/llvm/lld/ELF/Arch/
H A DX86.cpp50 relativeRel = R_386_RELATIVE; in X86()
253 case R_386_RELATIVE: in getImplicitAddend()
321 case R_386_RELATIVE: in relocate()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf32-i386.c58 HOWTO(R_386_RELATIVE, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
218 return &elf_howto_table[R_386_RELATIVE]; in elf_i386_reloc_type_lookup()
2251 outrel.r_info = ELF32_R_INFO (0, R_386_RELATIVE); in elf_i386_relocate_section()
2372 outrel.r_info = ELF32_R_INFO (0, R_386_RELATIVE); in elf_i386_relocate_section()
2402 outrel.r_info = ELF32_R_INFO (0, R_386_RELATIVE); in elf_i386_relocate_section()
3062 rel.r_info = ELF32_R_INFO (0, R_386_RELATIVE); in elf_i386_finish_dynamic_symbol()
3115 case R_386_RELATIVE: in elf_i386_reloc_type_class()
H A DChangeLog-94954661 create a R_386_RELATIVE reloc when generating a shared object.
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-i386.c59 HOWTO(R_386_RELATIVE, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
234 return &elf_howto_table[R_386_RELATIVE]; in elf_i386_reloc_type_lookup()
2539 outrel.r_info = ELF32_R_INFO (0, R_386_RELATIVE); in elf_i386_relocate_section()
2675 outrel.r_info = ELF32_R_INFO (0, R_386_RELATIVE); in elf_i386_relocate_section()
2705 outrel.r_info = ELF32_R_INFO (0, R_386_RELATIVE); in elf_i386_relocate_section()
3625 rel.r_info = ELF32_R_INFO (0, R_386_RELATIVE); in elf_i386_finish_dynamic_symbol()
3680 case R_386_RELATIVE: in elf_i386_reloc_type_class()
H A DChangeLog-94954661 create a R_386_RELATIVE reloc when generating a shared object.
/openbsd/gnu/llvm/llvm/lib/Object/
H A DELF.cpp197 return ELF::R_386_RELATIVE; in getELFRelativeRelocationType()