Searched refs:R_390_TLS_LDCALL (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.27/elfcpp/ |
D | s390.h | 83 R_390_TLS_LDCALL = 39, // Tag for function call in local dynamic TLS code. enumerator
|
/toolchain/binutils/binutils-2.27/include/elf/ |
D | s390.h | 87 RELOC_NUMBER (R_390_TLS_LDCALL, 39) /* Tag for function call in local
|
/toolchain/binutils/binutils-2.27/gold/ |
D | s390.cc | 2038 case elfcpp::R_390_TLS_LDCALL: in optimize_tls_reloc() 2143 case elfcpp::R_390_TLS_LDCALL: in get_reference_flags() 2473 case elfcpp::R_390_TLS_LDCALL: in local() 2520 case elfcpp::R_390_TLS_LDCALL: in local() 2907 case elfcpp::R_390_TLS_LDCALL: in global() 2961 case elfcpp::R_390_TLS_LDCALL: in global() 3315 case elfcpp::R_390_TLS_LDCALL: // Local-dynamic in relocate() 3346 case elfcpp::R_390_TLS_LDCALL: in relocate() 3575 case elfcpp::R_390_TLS_LDCALL: // Local-dynamic marker in relocate_tls()
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf64-s390.c | 133 HOWTO(R_390_TLS_LDCALL, 0, 0, 0, FALSE, 0, complain_overflow_dont, 284 return &elf_howto_table[(int) R_390_TLS_LDCALL]; in elf_s390_reloc_type_lookup() 3206 case R_390_TLS_LDCALL: in elf_s390_relocate_section() 3277 else if (r_type == R_390_TLS_LDCALL) in elf_s390_relocate_section()
|
D | elf32-s390.c | 123 HOWTO(R_390_TLS_LDCALL, 0, 0, 0, FALSE, 0, complain_overflow_dont, 260 return &elf_howto_table[(int) R_390_TLS_LDCALL]; in elf_s390_reloc_type_lookup() 3247 case R_390_TLS_LDCALL: in elf_s390_relocate_section() 3345 else if (r_type == R_390_TLS_LDCALL) in elf_s390_relocate_section()
|