Searched refs:R_390_TLS_LE64 (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.27/elfcpp/ |
D | s390.h | 95 R_390_TLS_LE64 = 51, // 64 bit negated offset relative to static TLS block. enumerator
|
/toolchain/binutils/binutils-2.27/include/elf/ |
D | s390.h | 111 RELOC_NUMBER (R_390_TLS_LE64, 51) /* 64 bit negated offset relative to
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf64-s390.c | 152 HOWTO(R_390_TLS_LE64, 0, 2, 32, FALSE, 0, complain_overflow_bitfield, 298 return &elf_howto_table[(int) R_390_TLS_LE64]; in elf_s390_reloc_type_lookup() 867 return R_390_TLS_LE64; in elf_s390_tls_transition() 871 return R_390_TLS_LE64; in elf_s390_tls_transition() 874 return R_390_TLS_LE64; in elf_s390_tls_transition() 1187 case R_390_TLS_LE64: in elf_s390_check_relocs() 1191 if (r_type == R_390_TLS_LE64 && bfd_link_pie (info)) in elf_s390_check_relocs() 2987 r_type = R_390_TLS_LE64; in elf_s390_relocate_section() 2992 if (r_type == R_390_TLS_LE64) in elf_s390_relocate_section() 3158 case R_390_TLS_LE64: in elf_s390_relocate_section()
|
D | elf32-s390.c | 143 EMPTY_HOWTO (R_390_TLS_LE64), /* Empty entry for R_390_TLS_LE64. */
|
D | ChangeLog-2014 | 1406 * elf64-s390.c: Don't replace R_390_TLS_LE64 with R_390_TLS_TPOFF
|
/toolchain/binutils/binutils-2.27/gold/ |
D | s390.cc | 2064 case elfcpp::R_390_TLS_LE64: in optimize_tls_reloc() 2153 case elfcpp::R_390_TLS_LE64: in get_reference_flags() 2483 case elfcpp::R_390_TLS_LE64: in local() 2595 case elfcpp::R_390_TLS_LE64: in local() 2601 (size == 64 && r_type == elfcpp::R_390_TLS_LE64)) in local() 2917 case elfcpp::R_390_TLS_LE64: in global() 3029 case elfcpp::R_390_TLS_LE64: in global() 3035 (size == 64 && r_type == elfcpp::R_390_TLS_LE64)) in global() 3328 case elfcpp::R_390_TLS_LE64: in relocate() 3360 case elfcpp::R_390_TLS_LE64: in relocate() [all …]
|