Searched refs:R_386_RELATIVE (Results 1 – 13 of 13) sorted by relevance
| /trueos/sys/boot/amd64/efi/ |
| HD | reloc.c | 88 CTASSERT(R_386_RELATIVE == R_X86_64_RELATIVE); in _reloc() 94 case R_386_RELATIVE: in _reloc()
|
| /trueos/sys/boot/i386/efi/ |
| HD | reloc.c | 88 CTASSERT(R_386_RELATIVE == R_X86_64_RELATIVE); in _reloc() 94 case R_386_RELATIVE: in _reloc()
|
| /trueos/sys/boot/common/ |
| HD | reloc_elf.c | 176 #define R_386_RELATIVE 8 /* Add load address of shared object. */ in __elfN() 179 case R_386_RELATIVE: in __elfN()
|
| HD | self_reloc.c | 61 #define RELOC_TYPE_RELATIVE R_386_RELATIVE
|
| /trueos/sys/i386/i386/ |
| HD | elf_machdep.c | 201 if (rtype == R_386_RELATIVE) { /* A + B */ in elf_reloc_internal() 249 case R_386_RELATIVE: in elf_reloc_internal()
|
| /trueos/contrib/binutils/include/elf/ |
| HD | i386.h | 35 RELOC_NUMBER (R_386_RELATIVE, 8) /* Adjust by program base */
|
| /trueos/usr.sbin/kldxref/ |
| HD | ef_i386.c | 79 case R_386_RELATIVE: /* A + B */ in ef_reloc()
|
| /trueos/contrib/binutils/bfd/ |
| HD | elf32-i386.c | 59 HOWTO(R_386_RELATIVE, 0, 2, 32, FALSE, 0, complain_overflow_bitfield, 229 return &elf_howto_table[R_386_RELATIVE]; in elf_i386_reloc_type_lookup() 2440 outrel.r_info = ELF32_R_INFO (0, R_386_RELATIVE); in elf_i386_relocate_section() 2576 outrel.r_info = ELF32_R_INFO (0, R_386_RELATIVE); in elf_i386_relocate_section() 2606 outrel.r_info = ELF32_R_INFO (0, R_386_RELATIVE); in elf_i386_relocate_section() 3515 rel.r_info = ELF32_R_INFO (0, R_386_RELATIVE); in elf_i386_finish_dynamic_symbol() 3570 case R_386_RELATIVE: in elf_i386_reloc_type_class()
|
| HD | ChangeLog-9495 | 4661 create a R_386_RELATIVE reloc when generating a shared object.
|
| /trueos/libexec/rtld-elf/i386/ |
| HD | reloc.c | 225 case R_386_RELATIVE: in reloc_non_plt()
|
| /trueos/sys/sys/ |
| HD | elf_common.h | 625 #define R_386_RELATIVE 8 /* Add load address of shared object. */ macro
|
| /trueos/contrib/llvm/lib/Object/ |
| HD | ELF.cpp | 75 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_386_RELATIVE); in getELFRelocationTypeName()
|
| /trueos/contrib/llvm/include/llvm/Support/ |
| HD | ELF.h | 385 R_386_RELATIVE = 8, enumerator
|