Searched refs:R_390_TLS_LE32 (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.27/elfcpp/ |
D | s390.h | 94 R_390_TLS_LE32 = 50, // 32 bit negated offset relative to static TLS block. enumerator
|
/toolchain/binutils/binutils-2.27/include/elf/ |
D | s390.h | 109 RELOC_NUMBER (R_390_TLS_LE32, 50) /* 32 bit negated offset relative to
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf32-s390.c | 141 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()
|
D | elf64-s390.c | 151 EMPTY_HOWTO (R_390_TLS_LE32), /* Empty entry for R_390_TLS_LE32. */
|
D | ChangeLog-2014 | 1404 * elf32-s390.c: Don't replace R_390_TLS_LE32 with R_390_TLS_TPOFF
|
/toolchain/binutils/binutils-2.27/gold/ |
D | s390.cc | 2063 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 …]
|