Searched refs:R_390_TLS_IEENT (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.27/elfcpp/ |
D | s390.h | 93 R_390_TLS_IEENT = 49, // 32 bit rel. offset to GOT entry for negated static TLS block offset. enumerator
|
/toolchain/binutils/binutils-2.27/include/elf/ |
D | s390.h | 107 RELOC_NUMBER (R_390_TLS_IEENT, 49) /* 32 bit rel. offset to GOT entry for
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf64-s390.c | 149 HOWTO(R_390_TLS_IEENT, 1, 2, 32, TRUE, 0, complain_overflow_bitfield, 296 return &elf_howto_table[(int) R_390_TLS_IEENT]; in elf_s390_reloc_type_lookup() 996 case R_390_TLS_IEENT: in elf_s390_check_relocs() 1113 case R_390_TLS_IEENT: in elf_s390_check_relocs() 1145 case R_390_TLS_IEENT: in elf_s390_check_relocs() 1485 case R_390_TLS_IEENT: in elf_s390_gc_sweep_hook() 3077 if (r_type == R_390_TLS_IE64 || r_type == R_390_TLS_IEENT) in elf_s390_relocate_section() 3091 case R_390_TLS_IEENT: in elf_s390_relocate_section() 3115 if (r_type == R_390_TLS_IEENT) in elf_s390_relocate_section()
|
D | elf32-s390.c | 139 HOWTO(R_390_TLS_IEENT, 1, 2, 32, TRUE, 0, complain_overflow_bitfield, 272 return &elf_howto_table[(int) R_390_TLS_IEENT]; in elf_s390_reloc_type_lookup() 1071 case R_390_TLS_IEENT: in elf_s390_check_relocs() 1181 case R_390_TLS_IEENT: in elf_s390_check_relocs() 1212 case R_390_TLS_IEENT: in elf_s390_check_relocs() 1549 case R_390_TLS_IEENT: in elf_s390_gc_sweep_hook() 3116 if (r_type == R_390_TLS_IE32 || r_type == R_390_TLS_IEENT) in elf_s390_relocate_section() 3130 case R_390_TLS_IEENT: in elf_s390_relocate_section() 3156 if (r_type == R_390_TLS_IEENT) in elf_s390_relocate_section()
|
/toolchain/binutils/binutils-2.27/gold/ |
D | s390.cc | 2058 case elfcpp::R_390_TLS_IEENT: in optimize_tls_reloc() 2146 case elfcpp::R_390_TLS_IEENT: in get_reference_flags() 2476 case elfcpp::R_390_TLS_IEENT: in local() 2559 case elfcpp::R_390_TLS_IEENT: in local() 2910 case elfcpp::R_390_TLS_IEENT: in global() 2997 case elfcpp::R_390_TLS_IEENT: in global() 3326 case elfcpp::R_390_TLS_IEENT: in relocate() 3443 case elfcpp::R_390_TLS_IEENT: in relocate() 3676 case elfcpp::R_390_TLS_IEENT: in relocate_tls() 3687 && r_type != elfcpp::R_390_TLS_IEENT) in relocate_tls()
|