Home | History | Annotate | Download | only in bfd

Lines Matching refs:local_tls_type

604   unsigned char *local_tls_type;
611 (elf_or1k_tdata (abfd)->local_tls_type)
1484 unsigned char *local_tls_type;
1487 local_tls_type = (unsigned char *) elf_or1k_local_tls_type (abfd);
1488 if (local_tls_type == NULL)
1493 local_tls_type = bfd_zalloc (abfd, size);
1494 if (local_tls_type == NULL)
1496 elf_or1k_local_tls_type (abfd) = local_tls_type;
1498 local_tls_type[r_symndx] = tls_type;
2450 unsigned char *local_tls_type;
2492 local_tls_type = (unsigned char *) elf_or1k_local_tls_type (ibfd);
2500 if (local_tls_type != NULL && *local_tls_type == TLS_GD)
2506 if (local_tls_type != NULL && *local_tls_type == TLS_GD)
2516 if (local_tls_type)
2517 ++local_tls_type;