Searched refs:R_386_TLS_GOTDESC (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.27/elfcpp/ |
D | i386.h | 84 R_386_TLS_GOTDESC = 39, // GOT offset for TLS descriptor enumerator
|
/toolchain/binutils/binutils-2.27/include/elf/ |
D | i386.h | 65 RELOC_NUMBER (R_386_TLS_GOTDESC, 39)
|
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 | 1652 case elfcpp::R_386_TLS_GOTDESC: in optimize_tls_reloc() 1728 case elfcpp::R_386_TLS_GOTDESC: // Global-dynamic (from ~oliva url) in get_reference_flags() 1956 case elfcpp::R_386_TLS_GOTDESC: // Global-dynamic (from ~oliva url) in local() 1995 case elfcpp::R_386_TLS_GOTDESC: // Global-dynamic (from ~oliva) in local() 2442 case elfcpp::R_386_TLS_GOTDESC: // Global-dynamic (from ~oliva url) in global() 2482 case elfcpp::R_386_TLS_GOTDESC: // Global-dynamic (~oliva url) in global() 2994 case elfcpp::R_386_TLS_GOTDESC: // Global-dynamic (from ~oliva url) in relocate() 3105 case elfcpp::R_386_TLS_GOTDESC: // Global-dynamic (from ~oliva url) in relocate_tls() 3127 if (r_type == elfcpp::R_386_TLS_GOTDESC in relocate_tls() 3156 if (r_type == elfcpp::R_386_TLS_GOTDESC) in relocate_tls() [all …]
|
D | ChangeLog-0815 | 9806 R_386_TLS_GOTDESC. 9816 R_386_TLS_GOTDESC. 12061 (Target_i386::Scan::local): Rewrite R_386_TLS_GOTDESC handling. 12062 (Target_i386::Scan::global): For R_386_TLS_GOTDESC put 17508 (Target_i386::Scan::local): Implement R_386_TLS_GOTDESC and 17512 Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations; 17544 (Target_x86_64::Scan::local): Implement R_386_TLS_GOTDESC and 17550 Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations.
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf32-i386.c | 138 HOWTO(R_386_TLS_GOTDESC, 0, 2, 32, FALSE, 0, complain_overflow_bitfield, 325 return &elf_howto_table[R_386_TLS_GOTDESC - R_386_tls_offset]; in elf_i386_reloc_type_lookup() 1406 case R_386_TLS_GOTDESC: in elf_i386_check_tls_transition() 1469 case R_386_TLS_GOTDESC: in elf_i386_tls_transition() 1496 || to_type == R_386_TLS_GOTDESC in elf_i386_tls_transition() 2019 case R_386_TLS_GOTDESC: in elf_i386_check_relocs() 2033 case R_386_TLS_GOTDESC: in elf_i386_check_relocs() 4515 case R_386_TLS_GOTDESC: in elf_i386_relocate_section() 4580 else if (ELF32_R_TYPE (rel->r_info) == R_386_TLS_GOTDESC) in elf_i386_relocate_section() 4857 if (r_type == R_386_TLS_GOTDESC in elf_i386_relocate_section() [all …]
|
D | ChangeLog-2006 | 3494 (elf_i386_tls_transition): Handle R_386_TLS_GOTDESC and 3498 (elf_i386_gc_sweep_hook): Handle R_386_TLS_GOTDESC and 3506 (elf_i386_relocate_section): Handle R_386_TLS_GOTDESC and 3542 (elf64_x86_64_relocate_section): Handle R_386_TLS_GOTDESC and
|