Searched refs:R_390_TLS_LOAD (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.27/elfcpp/ |
D | s390.h | 81 R_390_TLS_LOAD = 37, // Tag for load insn in TLS code. enumerator
|
/toolchain/binutils/binutils-2.27/include/elf/ |
D | s390.h | 84 RELOC_NUMBER (R_390_TLS_LOAD, 37) /* Tag for load insn in TLS code. */
|
/toolchain/binutils/binutils-2.27/gold/ |
D | s390.cc | 2048 case elfcpp::R_390_TLS_LOAD: in optimize_tls_reloc() 2151 case elfcpp::R_390_TLS_LOAD: in get_reference_flags() 2481 case elfcpp::R_390_TLS_LOAD: in local() 2564 case elfcpp::R_390_TLS_LOAD: in local() 2915 case elfcpp::R_390_TLS_LOAD: in global() 3002 case elfcpp::R_390_TLS_LOAD: in global() 3311 case elfcpp::R_390_TLS_LOAD: in relocate() 3347 case elfcpp::R_390_TLS_LOAD: in relocate() 3640 case elfcpp::R_390_TLS_LOAD: // Initial-exec marker in relocate_tls()
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf64-s390.c | 129 HOWTO(R_390_TLS_LOAD, 0, 0, 0, FALSE, 0, complain_overflow_dont, 280 return &elf_howto_table[(int) R_390_TLS_LOAD]; in elf_s390_reloc_type_lookup() 3204 case R_390_TLS_LOAD: in elf_s390_relocate_section() 3216 if (r_type == R_390_TLS_LOAD) in elf_s390_relocate_section()
|
D | elf32-s390.c | 119 HOWTO(R_390_TLS_LOAD, 0, 0, 0, FALSE, 0, complain_overflow_dont, 256 return &elf_howto_table[(int) R_390_TLS_LOAD]; in elf_s390_reloc_type_lookup() 3245 case R_390_TLS_LOAD: in elf_s390_relocate_section() 3257 if (r_type == R_390_TLS_LOAD) in elf_s390_relocate_section()
|