Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/bfd/
H A Delf32-i386.c1108 unsigned int new_to_type = to_type; in elf_i386_tls_transition() local
1111 new_to_type = R_386_TLS_LE_32; in elf_i386_tls_transition()
1118 new_to_type = R_386_TLS_GOTIE; in elf_i386_tls_transition()
1120 new_to_type = R_386_TLS_IE_32; in elf_i386_tls_transition()
1126 check = new_to_type != to_type && from_type == to_type; in elf_i386_tls_transition()
1127 to_type = new_to_type; in elf_i386_tls_transition()
H A Delf64-x86-64.c1306 unsigned int new_to_type = to_type; in elf_x86_64_tls_transition() local
1309 new_to_type = R_X86_64_TPOFF32; in elf_x86_64_tls_transition()
1316 new_to_type = R_X86_64_GOTTPOFF; in elf_x86_64_tls_transition()
1322 check = new_to_type != to_type && from_type == to_type; in elf_x86_64_tls_transition()
1323 to_type = new_to_type; in elf_x86_64_tls_transition()
/dflybsd-src/contrib/gdb-7/bfd/
H A Delf32-i386.c1322 unsigned int new_to_type = to_type; in elf_i386_tls_transition() local
1328 new_to_type = R_386_TLS_LE_32; in elf_i386_tls_transition()
1335 new_to_type = R_386_TLS_GOTIE; in elf_i386_tls_transition()
1337 new_to_type = R_386_TLS_IE_32; in elf_i386_tls_transition()
1343 check = new_to_type != to_type && from_type == to_type; in elf_i386_tls_transition()
1344 to_type = new_to_type; in elf_i386_tls_transition()
H A Delf64-x86-64.c1295 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()
/dflybsd-src/contrib/binutils-2.27/bfd/
H A Delf32-i386.c1487 unsigned int new_to_type = to_type; in elf_i386_tls_transition() local
1493 new_to_type = R_386_TLS_LE_32; in elf_i386_tls_transition()
1500 new_to_type = R_386_TLS_GOTIE; in elf_i386_tls_transition()
1502 new_to_type = R_386_TLS_IE_32; 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()
H A Delf64-x86-64.c1576 unsigned int new_to_type = to_type; in elf_x86_64_tls_transition() local
1582 new_to_type = R_X86_64_TPOFF32; in elf_x86_64_tls_transition()
1589 new_to_type = R_X86_64_GOTTPOFF; 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()