Home
last modified time | relevance | path

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

/dports/devel/binutils/binutils-2.37/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.c1309 unsigned int new_to_type = to_type; in elf_x86_64_tls_transition() local
1312 new_to_type = R_X86_64_TPOFF32; in elf_x86_64_tls_transition()
1319 new_to_type = R_X86_64_GOTTPOFF; in elf_x86_64_tls_transition()
1325 check = new_to_type != to_type && from_type == to_type; in elf_x86_64_tls_transition()
1326 to_type = new_to_type; in elf_x86_64_tls_transition()
/dports/devel/arm-elf-binutils/binutils-2.37/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.c1309 unsigned int new_to_type = to_type; in elf_x86_64_tls_transition() local
1312 new_to_type = R_X86_64_TPOFF32; in elf_x86_64_tls_transition()
1319 new_to_type = R_X86_64_GOTTPOFF; in elf_x86_64_tls_transition()
1325 check = new_to_type != to_type && from_type == to_type; in elf_x86_64_tls_transition()
1326 to_type = new_to_type; in elf_x86_64_tls_transition()
/dports/devel/gnulibiberty/binutils-2.37/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.c1309 unsigned int new_to_type = to_type; in elf_x86_64_tls_transition() local
1312 new_to_type = R_X86_64_TPOFF32; in elf_x86_64_tls_transition()
1319 new_to_type = R_X86_64_GOTTPOFF; in elf_x86_64_tls_transition()
1325 check = new_to_type != to_type && from_type == to_type; in elf_x86_64_tls_transition()
1326 to_type = new_to_type; in elf_x86_64_tls_transition()
/dports/devel/gdb/gdb-11.1/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.c1309 unsigned int new_to_type = to_type; in elf_x86_64_tls_transition() local
1312 new_to_type = R_X86_64_TPOFF32; in elf_x86_64_tls_transition()
1319 new_to_type = R_X86_64_GOTTPOFF; in elf_x86_64_tls_transition()
1325 check = new_to_type != to_type && from_type == to_type; in elf_x86_64_tls_transition()
1326 to_type = new_to_type; in elf_x86_64_tls_transition()
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Delf32-i386.c1089 unsigned int new_to_type = to_type; in elf_i386_tls_transition() local
1092 new_to_type = R_386_TLS_LE_32; in elf_i386_tls_transition()
1099 new_to_type = R_386_TLS_GOTIE; in elf_i386_tls_transition()
1101 new_to_type = R_386_TLS_IE_32; in elf_i386_tls_transition()
1107 check = new_to_type != to_type && from_type == to_type; in elf_i386_tls_transition()
1108 to_type = new_to_type; in elf_i386_tls_transition()
H A Delf64-x86-64.c1267 unsigned int new_to_type = to_type; in elf_x86_64_tls_transition() local
1270 new_to_type = R_X86_64_TPOFF32; in elf_x86_64_tls_transition()
1277 new_to_type = R_X86_64_GOTTPOFF; in elf_x86_64_tls_transition()
1283 check = new_to_type != to_type && from_type == to_type; in elf_x86_64_tls_transition()
1284 to_type = new_to_type; in elf_x86_64_tls_transition()
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Delf32-i386.c1193 unsigned int new_to_type = to_type; in elf_i386_tls_transition() local
1199 new_to_type = R_386_TLS_LE_32; in elf_i386_tls_transition()
1206 new_to_type = R_386_TLS_GOTIE; in elf_i386_tls_transition()
1208 new_to_type = R_386_TLS_IE_32; in elf_i386_tls_transition()
1214 check = new_to_type != to_type && from_type == to_type; in elf_i386_tls_transition()
1215 to_type = new_to_type; in elf_i386_tls_transition()
H A Delf64-x86-64.c1045 unsigned int new_to_type = to_type; in elf_x86_64_tls_transition() local
1051 new_to_type = R_X86_64_TPOFF32; in elf_x86_64_tls_transition()
1058 new_to_type = R_X86_64_GOTTPOFF; in elf_x86_64_tls_transition()
1064 check = new_to_type != to_type && from_type == to_type; in elf_x86_64_tls_transition()
1065 to_type = new_to_type; in elf_x86_64_tls_transition()
/dports/devel/gdb761/gdb-7.6.1/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()
/dports/lang/gnatdroid-binutils-x86/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()
/dports/lang/gnatdroid-binutils/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()