Searched refs:from_type (Results 1 – 2 of 2) sorted by relevance
1289 unsigned int from_type = *r_type; in elf_i386_tls_transition() local1290 unsigned int to_type = from_type; in elf_i386_tls_transition()1299 switch (from_type) in elf_i386_tls_transition()1311 else if (from_type != R_386_TLS_IE in elf_i386_tls_transition()1312 && from_type != R_386_TLS_GOTIE) in elf_i386_tls_transition()1342 check = new_to_type != to_type && from_type == to_type; in elf_i386_tls_transition()1358 if (from_type == to_type) in elf_i386_tls_transition()1365 from_type, rel, relend)) in elf_i386_tls_transition()1370 from = elf_i386_rtype_to_howto (abfd, from_type); in elf_i386_tls_transition()
1391 unsigned int from_type = *r_type; in elf_x86_64_tls_transition() local1392 unsigned int to_type = from_type; in elf_x86_64_tls_transition()1401 switch (from_type) in elf_x86_64_tls_transition()1439 check = new_to_type != to_type && from_type == to_type; in elf_x86_64_tls_transition()1455 if (from_type == to_type) in elf_x86_64_tls_transition()1462 from_type, rel, relend)) in elf_x86_64_tls_transition()1467 from = elf_x86_64_rtype_to_howto (abfd, from_type); in elf_x86_64_tls_transition()