Home
last modified time | relevance | path

Searched refs:R_386_TLS_GOTDESC (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.27/elfcpp/
Di386.h84 R_386_TLS_GOTDESC = 39, // GOT offset for TLS descriptor enumerator
/toolchain/binutils/binutils-2.27/include/elf/
Di386.h65 RELOC_NUMBER (R_386_TLS_GOTDESC, 39)
DChangeLog-04151949 * i386.h (R_386_TLS_GOTDESC, R_386_TLS_DESC_CALL, R_386_TLS_DESC):
/toolchain/binutils/binutils-2.27/gold/
Di386.cc1652 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 …]
DChangeLog-08159806 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/
Delf32-i386.c138 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 …]
DChangeLog-20063494 (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