Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf32-i386.c1456 unsigned int from_type = *r_type; in elf_i386_tls_transition() local
1457 unsigned int to_type = from_type; in elf_i386_tls_transition()
1466 switch (from_type) in elf_i386_tls_transition()
1478 else if (from_type != R_386_TLS_IE in elf_i386_tls_transition()
1479 && from_type != R_386_TLS_GOTIE) in elf_i386_tls_transition()
1508 check = new_to_type != to_type && from_type == to_type; in elf_i386_tls_transition()
1524 if (from_type == to_type) in elf_i386_tls_transition()
1531 from_type, rel, relend)) in elf_i386_tls_transition()
1536 from = elf_i386_rtype_to_howto (abfd, from_type); in elf_i386_tls_transition()
Delf64-x86-64.c1548 unsigned int from_type = *r_type; in elf_x86_64_tls_transition() local
1549 unsigned int to_type = from_type; in elf_x86_64_tls_transition()
1558 switch (from_type) in elf_x86_64_tls_transition()
1595 check = new_to_type != to_type && from_type == to_type; in elf_x86_64_tls_transition()
1611 if (from_type == to_type) in elf_x86_64_tls_transition()
1618 from_type, rel, relend)) in elf_x86_64_tls_transition()
1623 from = elf_x86_64_rtype_to_howto (abfd, from_type); in elf_x86_64_tls_transition()