Home
last modified time | relevance | path

Searched refs:R_386_COPY (Results 1 – 7 of 7) sorted by relevance

/openbsd/sys/arch/amd64/include/
H A Dreloc.h62 #define R_386_COPY 5 macro
/openbsd/gnu/usr.bin/binutils/include/elf/
H A Di386.h31 RELOC_NUMBER (R_386_COPY, 5) /* Copy symbol at runtime */
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A Di386.def12 ELF_RELOC(R_386_COPY, 5)
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Di386.h32 RELOC_NUMBER (R_386_COPY, 5) /* Copy symbol at runtime */
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf32-i386.c49 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 DX86.cpp46 copyRel = R_386_COPY; in X86()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-i386.c50 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()