Home
last modified time | relevance | path

Searched refs:new_to_type (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-i386.c1113 unsigned int new_to_type = to_type; in elf_i386_tls_transition() local
1116 new_to_type = to_le_type; in elf_i386_tls_transition()
1123 new_to_type = R_386_TLS_GOTIE; in elf_i386_tls_transition()
1125 new_to_type = to_ie_type; in elf_i386_tls_transition()
1131 check = new_to_type != to_type && from_type == to_type; in elf_i386_tls_transition()
1132 to_type = new_to_type; in elf_i386_tls_transition()
H A Delf64-x86-64.c1432 unsigned int new_to_type = to_type; in elf_x86_64_tls_transition() local
1435 new_to_type = R_X86_64_TPOFF32; in elf_x86_64_tls_transition()
1443 new_to_type = R_X86_64_GOTTPOFF; in elf_x86_64_tls_transition()
1449 check = new_to_type != to_type && from_type == to_type; in elf_x86_64_tls_transition()
1450 to_type = new_to_type; in elf_x86_64_tls_transition()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-i386.c1099 unsigned int new_to_type = to_type; in elf_i386_tls_transition() local
1102 new_to_type = R_386_TLS_LE_32; in elf_i386_tls_transition()
1109 new_to_type = R_386_TLS_GOTIE; in elf_i386_tls_transition()
1111 new_to_type = R_386_TLS_IE_32; in elf_i386_tls_transition()
1117 check = new_to_type != to_type && from_type == to_type; in elf_i386_tls_transition()
1118 to_type = new_to_type; in elf_i386_tls_transition()
H A Delf64-x86-64.c1298 unsigned int new_to_type = to_type; in elf_x86_64_tls_transition() local
1301 new_to_type = R_X86_64_TPOFF32; in elf_x86_64_tls_transition()
1308 new_to_type = R_X86_64_GOTTPOFF; in elf_x86_64_tls_transition()
1314 check = new_to_type != to_type && from_type == to_type; in elf_x86_64_tls_transition()
1315 to_type = new_to_type; in elf_x86_64_tls_transition()