Home
last modified time | relevance | path

Searched refs:to_type (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf32-i386.c1457 unsigned int to_type = from_type; in elf_i386_tls_transition() local
1477 to_type = R_386_TLS_LE_32; in elf_i386_tls_transition()
1480 to_type = R_386_TLS_IE_32; in elf_i386_tls_transition()
1487 unsigned int new_to_type = to_type; in elf_i386_tls_transition()
1495 if (to_type == R_386_TLS_GD in elf_i386_tls_transition()
1496 || to_type == R_386_TLS_GOTDESC in elf_i386_tls_transition()
1497 || to_type == R_386_TLS_DESC_CALL) in elf_i386_tls_transition()
1508 check = new_to_type != to_type && from_type == to_type; in elf_i386_tls_transition()
1509 to_type = new_to_type; in elf_i386_tls_transition()
1516 to_type = R_386_TLS_LE_32; in elf_i386_tls_transition()
[all …]
Delf64-x86-64.c1549 unsigned int to_type = from_type; in elf_x86_64_tls_transition() local
1567 to_type = R_X86_64_TPOFF32; in elf_x86_64_tls_transition()
1569 to_type = R_X86_64_GOTTPOFF; in elf_x86_64_tls_transition()
1576 unsigned int new_to_type = to_type; in elf_x86_64_tls_transition()
1584 if (to_type == R_X86_64_TLSGD in elf_x86_64_tls_transition()
1585 || to_type == R_X86_64_GOTPC32_TLSDESC in elf_x86_64_tls_transition()
1586 || to_type == R_X86_64_TLSDESC_CALL) in elf_x86_64_tls_transition()
1595 check = new_to_type != to_type && from_type == to_type; in elf_x86_64_tls_transition()
1596 to_type = new_to_type; in elf_x86_64_tls_transition()
1603 to_type = R_X86_64_TPOFF32; in elf_x86_64_tls_transition()
[all …]