Home
last modified time | relevance | path

Searched refs:tls_reloc (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delfxx-aarch64.c403 bool tls_reloc = true; in _bfd_aarch64_elf_resolve_relocation() local
451 tls_reloc = false; in _bfd_aarch64_elf_resolve_relocation()
475 if (weak_undef_p && tls_reloc) in _bfd_aarch64_elf_resolve_relocation()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delfxx-aarch64.c403 bool tls_reloc = true; in _bfd_aarch64_elf_resolve_relocation() local
451 tls_reloc = false; in _bfd_aarch64_elf_resolve_relocation()
475 if (weak_undef_p && tls_reloc) in _bfd_aarch64_elf_resolve_relocation()
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-2008225 (xg_build_to_insn): Likewise. Update renamed tls_reloc reference.
227 (md_assemble): Update renamed tls_reloc reference. Handle "j.l".
230 (vinsn_to_insnbuf): Update renamed tls_reloc references.
233 * config/xtensa-istack.h (struct tinsn_struct): Rename tls_reloc
660 * config/xtensa-istack.h (tinsn_struct): Add tls_reloc field.
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-2008225 (xg_build_to_insn): Likewise. Update renamed tls_reloc reference.
227 (md_assemble): Update renamed tls_reloc reference. Handle "j.l".
230 (vinsn_to_insnbuf): Update renamed tls_reloc references.
233 * config/xtensa-istack.h (struct tinsn_struct): Rename tls_reloc
660 * config/xtensa-istack.h (tinsn_struct): Add tls_reloc field.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/microblaze/
H A Dmicroblaze.c110 enum tls_reloc { enum
128 enum tls_reloc tls_type;
652 info->tls_type = tls_reloc (INTVAL (XVECEXP (x, 0, 1))); in microblaze_classify_unspec()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/microblaze/
H A Dmicroblaze.cc111 enum tls_reloc { enum
129 enum tls_reloc tls_type;
653 info->tls_type = tls_reloc (INTVAL (XVECEXP (x, 0, 1))); in microblaze_classify_unspec()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c2399 enum tls_reloc { enum
29533 enum tls_reloc reloc; in arm_emit_tls_decoration()
29537 reloc = (enum tls_reloc) INTVAL (XVECEXP (x, 0, 1)); in arm_emit_tls_decoration()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.cc2431 enum tls_reloc { enum
30073 enum tls_reloc reloc; in arm_emit_tls_decoration()
30077 reloc = (enum tls_reloc) INTVAL (XVECEXP (x, 0, 1)); in arm_emit_tls_decoration()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201336506 ADDRESS_TLS and tls_reloc address types.
36507 (microblaze_address_info): Add tls_reloc.
H A DChangeLog-20054976 (enum tls_reloc): New.
H A DChangeLog-201914954 * config/arm/arm.c (tls_reloc): Add TLS_GD32_FDPIC,
H A DChangeLog-201120947 * config/arm/arm.c (enum tls_reloc): Add TLS_DESCSEQ.