Searched refs:R_386_TLS_DESC_CALL (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.27/elfcpp/ |
D | i386.h | 85 R_386_TLS_DESC_CALL = 40, // Marker of call through TLS desc for relaxation enumerator
|
/toolchain/binutils/binutils-2.27/include/elf/ |
D | i386.h | 66 RELOC_NUMBER (R_386_TLS_DESC_CALL,40)
|
D | ChangeLog-0415 | 1949 * i386.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL, R_386_TLS_DESC):
|
/toolchain/binutils/binutils-2.27/gold/ |
D | i386.cc | 1653 case elfcpp::R_386_TLS_DESC_CALL: in optimize_tls_reloc() 1729 case elfcpp::R_386_TLS_DESC_CALL: in get_reference_flags() 1957 case elfcpp::R_386_TLS_DESC_CALL: in local() 2026 case elfcpp::R_386_TLS_DESC_CALL: in local() 2443 case elfcpp::R_386_TLS_DESC_CALL: in global() 2510 case elfcpp::R_386_TLS_DESC_CALL: in global() 2995 case elfcpp::R_386_TLS_DESC_CALL: in relocate() 3106 case elfcpp::R_386_TLS_DESC_CALL: in relocate_tls() 3478 gold_assert(r_type == elfcpp::R_386_TLS_DESC_CALL); in tls_desc_gd_to_le() 3515 gold_assert(r_type == elfcpp::R_386_TLS_DESC_CALL); in tls_desc_gd_to_ie() [all …]
|
D | ChangeLog-0815 | 17509 R_386_TLS_DESC_CALL relocations. Fix problem with initial-exec 17512 Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations; 17545 R_386_TLS_DESC_CALL relocations. 17550 Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations.
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf32-i386.c | 141 HOWTO(R_386_TLS_DESC_CALL, 0, 0, 0, FALSE, 0, complain_overflow_dont, 329 return &elf_howto_table[R_386_TLS_DESC_CALL - R_386_tls_offset]; in elf_i386_reloc_type_lookup() 1423 case R_386_TLS_DESC_CALL: in elf_i386_check_tls_transition() 1470 case R_386_TLS_DESC_CALL: in elf_i386_tls_transition() 1497 || to_type == R_386_TLS_DESC_CALL) in elf_i386_tls_transition() 2020 case R_386_TLS_DESC_CALL: in elf_i386_check_relocs() 2034 case R_386_TLS_DESC_CALL: in elf_i386_check_relocs() 4516 case R_386_TLS_DESC_CALL: in elf_i386_relocate_section() 4605 else if (ELF32_R_TYPE (rel->r_info) == R_386_TLS_DESC_CALL) in elf_i386_relocate_section() 4858 || r_type == R_386_TLS_DESC_CALL) in elf_i386_relocate_section() [all …]
|
D | ChangeLog-2006 | 3495 R_386_TLS_DESC_CALL. 3499 R_386_TLS_DESC_CALL. 3507 R_386_TLS_DESC_CALL. 3543 R_386_TLS_DESC_CALL.
|