Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/
DARM.cpp58 tlsGotRel = R_ARM_TLS_TPOFF32; in ARM()
471 case R_ARM_TLS_TPOFF32: in relocate()
732 case R_ARM_TLS_TPOFF32: in getImplicitAddend()
/freebsd-12-stable/contrib/binutils/include/elf/
Darm.h123 RELOC_NUMBER (R_ARM_TLS_TPOFF32, 19)
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
DARM.def26 ELF_RELOC(R_ARM_TLS_TPOFF32, 0x13)
/freebsd-12-stable/libexec/rtld-elf/arm/
Dreloc.c316 case R_ARM_TLS_TPOFF32: in reloc_nonplt_object()
/freebsd-12-stable/sys/sys/
Delf_common.h1023 #define R_ARM_TLS_TPOFF32 19 /* Offset in static TLS block */ macro
/freebsd-12-stable/contrib/binutils/bfd/
Delf32-arm.c347 HOWTO (R_ARM_TLS_TPOFF32, /* type */
1732 {BFD_RELOC_ARM_TLS_TPOFF32, R_ARM_TLS_TPOFF32},
5715 outrel.r_info = ELF32_R_INFO (indx, R_ARM_TLS_TPOFF32); in elf32_arm_final_link_relocate()
6351 || (R_TYPE) == R_ARM_TLS_TPOFF32 \
/freebsd-12-stable/contrib/elftoolchain/common/
Delfdefinitions.h1677 _ELF_DEFINE_RELOC(R_ARM_TLS_TPOFF32, 19) \