Home
last modified time | relevance | path

Searched refs:R_390_TLS_LE32 (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.27/elfcpp/
Ds390.h94 R_390_TLS_LE32 = 50, // 32 bit negated offset relative to static TLS block. enumerator
/toolchain/binutils/binutils-2.27/include/elf/
Ds390.h109 RELOC_NUMBER (R_390_TLS_LE32, 50) /* 32 bit negated offset relative to
/toolchain/binutils/binutils-2.27/bfd/
Delf32-s390.c141 HOWTO(R_390_TLS_LE32, 0, 2, 32, FALSE, 0, complain_overflow_bitfield,
274 return &elf_howto_table[(int) R_390_TLS_LE32]; in elf_s390_reloc_type_lookup()
948 return R_390_TLS_LE32; in elf_s390_tls_transition()
952 return R_390_TLS_LE32; in elf_s390_tls_transition()
955 return R_390_TLS_LE32; in elf_s390_tls_transition()
1254 case R_390_TLS_LE32: in elf_s390_check_relocs()
1258 if (r_type == R_390_TLS_LE32 && bfd_link_pie (info)) in elf_s390_check_relocs()
3026 r_type = R_390_TLS_LE32; in elf_s390_relocate_section()
3031 if (r_type == R_390_TLS_LE32) in elf_s390_relocate_section()
3199 case R_390_TLS_LE32: in elf_s390_relocate_section()
Delf64-s390.c151 EMPTY_HOWTO (R_390_TLS_LE32), /* Empty entry for R_390_TLS_LE32. */
DChangeLog-20141404 * elf32-s390.c: Don't replace R_390_TLS_LE32 with R_390_TLS_TPOFF
/toolchain/binutils/binutils-2.27/gold/
Ds390.cc2063 case elfcpp::R_390_TLS_LE32: in optimize_tls_reloc()
2152 case elfcpp::R_390_TLS_LE32: // Local-exec in get_reference_flags()
2482 case elfcpp::R_390_TLS_LE32: // Local-exec in local()
2594 case elfcpp::R_390_TLS_LE32: // Local-exec in local()
2600 if ((size == 32 && r_type == elfcpp::R_390_TLS_LE32) || in local()
2916 case elfcpp::R_390_TLS_LE32: // Local-exec in global()
3028 case elfcpp::R_390_TLS_LE32: // Local-exec in global()
3034 if ((size == 32 && r_type == elfcpp::R_390_TLS_LE32) || in global()
3327 case elfcpp::R_390_TLS_LE32: // Local-exec in relocate()
3374 case elfcpp::R_390_TLS_LE32: in relocate()
[all …]