Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-i386.c1290 unsigned int to_type = from_type; in elf_i386_tls_transition() local
1310 to_type = R_386_TLS_LE_32; in elf_i386_tls_transition()
1313 to_type = R_386_TLS_IE_32; in elf_i386_tls_transition()
1321 unsigned int new_to_type = to_type; in elf_i386_tls_transition()
1329 if (to_type == R_386_TLS_GD in elf_i386_tls_transition()
1330 || to_type == R_386_TLS_GOTDESC in elf_i386_tls_transition()
1331 || to_type == R_386_TLS_DESC_CALL) in elf_i386_tls_transition()
1342 check = new_to_type != to_type && from_type == to_type; in elf_i386_tls_transition()
1343 to_type = new_to_type; in elf_i386_tls_transition()
1350 to_type = R_386_TLS_LE_32; in elf_i386_tls_transition()
[all …]
Delf64-x86-64.c1392 unsigned int to_type = from_type; in elf_x86_64_tls_transition() local
1410 to_type = R_X86_64_TPOFF32; in elf_x86_64_tls_transition()
1412 to_type = R_X86_64_GOTTPOFF; in elf_x86_64_tls_transition()
1420 unsigned int new_to_type = to_type; in elf_x86_64_tls_transition()
1428 if (to_type == R_X86_64_TLSGD in elf_x86_64_tls_transition()
1429 || to_type == R_X86_64_GOTPC32_TLSDESC in elf_x86_64_tls_transition()
1430 || to_type == R_X86_64_TLSDESC_CALL) in elf_x86_64_tls_transition()
1439 check = new_to_type != to_type && from_type == to_type; in elf_x86_64_tls_transition()
1440 to_type = new_to_type; in elf_x86_64_tls_transition()
1447 to_type = R_X86_64_TPOFF32; in elf_x86_64_tls_transition()
[all …]