Searched refs:R_ARM_COPY (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/sys/arm/arm/
H A Delf_machdep.c179 case R_ARM_COPY: /* none */
/freebsd-10-stable/libexec/rtld-elf/arm/
H A Dreloc.c38 if (ELF_R_TYPE(rel->r_info) == R_ARM_COPY) {
225 case R_ARM_COPY:
/freebsd-10-stable/contrib/binutils/include/elf/
H A Darm.h124 RELOC_NUMBER (R_ARM_COPY, 20) /* Copy symbol at runtime. */
/freebsd-10-stable/contrib/llvm/lib/Object/
H A DELF.cpp283 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_ARM_COPY);
/freebsd-10-stable/sys/sys/
H A Delf_common.h920 #define R_ARM_COPY 20 /* Copy data from shared object. */ macro
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DELF.h690 R_ARM_COPY = 0x14, enumerator in enum:llvm::ELF::__anon2111
/freebsd-10-stable/contrib/binutils/bfd/
H A Delf32-arm.c370 HOWTO (R_ARM_COPY, /* type */
378 "R_ARM_COPY", /* name */
8128 /* We must generate a R_ARM_COPY reloc to tell the dynamic linker to
9035 rel.r_info = ELF32_R_INFO (h->dynindx, R_ARM_COPY);
9368 case R_ARM_COPY:

Completed in 208 milliseconds