Searched refs:R_ARM_TLS_DTPMOD32 (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/binutils/include/elf/
H A Darm.h121 RELOC_NUMBER (R_ARM_TLS_DTPMOD32, 17)
/freebsd-10-stable/libexec/rtld-elf/arm/
H A Dreloc.c258 case R_ARM_TLS_DTPMOD32:
/freebsd-10-stable/contrib/llvm/lib/Object/
H A DELF.cpp280 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_ARM_TLS_DTPMOD32);
/freebsd-10-stable/sys/sys/
H A Delf_common.h917 #define R_ARM_TLS_DTPMOD32 17 /* ID of module containing symbol */ macro
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DELF.h687 R_ARM_TLS_DTPMOD32 = 0x11, enumerator in enum:llvm::ELF::__anon2111
/freebsd-10-stable/contrib/binutils/bfd/
H A Delf32-arm.c326 HOWTO (R_ARM_TLS_DTPMOD32, /* type */
334 "R_ARM_TLS_DTPMOD32", /* name */
1737 {BFD_RELOC_ARM_TLS_DTPMOD32, R_ARM_TLS_DTPMOD32},
5572 outrel.r_info = ELF32_R_INFO (0, R_ARM_TLS_DTPMOD32);
5665 outrel.r_info = ELF32_R_INFO (indx, R_ARM_TLS_DTPMOD32);
6357 || (R_TYPE) == R_ARM_TLS_DTPMOD32 \

Completed in 589 milliseconds