Searched refs:R_390_TLS_GD32 (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.27/elfcpp/ |
D | s390.h | 84 R_390_TLS_GD32 = 40, // Direct 32 bit for general dynamic thread local data. enumerator
|
/toolchain/binutils/binutils-2.27/include/elf/ |
D | s390.h | 89 RELOC_NUMBER (R_390_TLS_GD32, 40) /* Direct 32 bit for general dynamic
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf32-s390.c | 125 HOWTO(R_390_TLS_GD32, 0, 2, 32, FALSE, 0, complain_overflow_bitfield, 262 return &elf_howto_table[(int) R_390_TLS_GD32]; in elf_s390_reloc_type_lookup() 945 case R_390_TLS_GD32: in elf_s390_tls_transition() 1067 case R_390_TLS_GD32: in elf_s390_check_relocs() 1191 case R_390_TLS_GD32: in elf_s390_check_relocs() 1203 case R_390_TLS_GD32: in elf_s390_check_relocs() 1544 case R_390_TLS_GD32: in elf_s390_gc_sweep_hook() 3014 case R_390_TLS_GD32: in elf_s390_relocate_section() 3028 if (r_type == R_390_TLS_GD32 && tls_type >= GOT_TLS_IE) in elf_s390_relocate_section() 3071 if (r_type == R_390_TLS_GD32) in elf_s390_relocate_section() [all …]
|
D | elf64-s390.c | 135 EMPTY_HOWTO (R_390_TLS_GD32), /* Empty entry for R_390_TLS_GD32. */
|
/toolchain/binutils/binutils-2.27/gold/ |
D | s390.cc | 2023 case elfcpp::R_390_TLS_GD32: in optimize_tls_reloc() 2136 case elfcpp::R_390_TLS_GD32: // Global-dynamic in get_reference_flags() 2466 case elfcpp::R_390_TLS_GD32: // Global-dynamic in local() 2491 case elfcpp::R_390_TLS_GD32: // General-dynamic in local() 2900 case elfcpp::R_390_TLS_GD32: // Global-dynamic in global() 2932 case elfcpp::R_390_TLS_GD32: // General-dynamic in global() 3313 case elfcpp::R_390_TLS_GD32: in relocate() 3369 case elfcpp::R_390_TLS_GD32: in relocate() 3538 case elfcpp::R_390_TLS_GD32: // Global-dynamic in relocate_tls()
|