Searched refs:R_386_COPY (Results 1 – 7 of 7) sorted by relevance
/openbsd/sys/arch/amd64/include/ |
H A D | reloc.h | 62 #define R_386_COPY 5 macro
|
/openbsd/gnu/usr.bin/binutils/include/elf/ |
H A D | i386.h | 31 RELOC_NUMBER (R_386_COPY, 5) /* Copy symbol at runtime */
|
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
H A D | i386.def | 12 ELF_RELOC(R_386_COPY, 5)
|
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/ |
H A D | i386.h | 32 RELOC_NUMBER (R_386_COPY, 5) /* Copy symbol at runtime */
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elf32-i386.c | 49 HOWTO(R_386_COPY, 0, 2, 32, FALSE, 0, complain_overflow_bitfield, 206 return &elf_howto_table[R_386_COPY]; in elf_i386_reloc_type_lookup() 3093 rel.r_info = ELF32_R_INFO (h->dynindx, R_386_COPY); in elf_i386_finish_dynamic_symbol() 3119 case R_386_COPY: in elf_i386_reloc_type_class()
|
/openbsd/gnu/llvm/lld/ELF/Arch/ |
H A D | X86.cpp | 46 copyRel = R_386_COPY; in X86()
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf32-i386.c | 50 HOWTO(R_386_COPY, 0, 2, 32, FALSE, 0, complain_overflow_bitfield, 222 return &elf_howto_table[R_386_COPY]; in elf_i386_reloc_type_lookup() 3656 rel.r_info = ELF32_R_INFO (h->dynindx, R_386_COPY); in elf_i386_finish_dynamic_symbol() 3684 case R_386_COPY: in elf_i386_reloc_type_class()
|