Home
last modified time | relevance | path

Searched refs:new_tls_type (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delfnn-loongarch.c602 char *new_tls_type = &_bfd_loongarch_elf_tls_type (abfd, h, symndx); in loongarch_elf_record_tls_and_got_reference() local
603 *new_tls_type |= tls_type; in loongarch_elf_record_tls_and_got_reference()
606 if ((*new_tls_type & GOT_TLS_IE) && (*new_tls_type & GOT_TLS_GDESC)) in loongarch_elf_record_tls_and_got_reference()
607 *new_tls_type &= ~ (GOT_TLS_GDESC); in loongarch_elf_record_tls_and_got_reference()
608 if ((*new_tls_type & GOT_NORMAL) && (*new_tls_type & ~GOT_NORMAL)) in loongarch_elf_record_tls_and_got_reference()
H A Delfnn-riscv.c665 char *new_tls_type = &_bfd_riscv_elf_tls_type (abfd, h, symndx); in riscv_elf_record_tls_type() local
667 *new_tls_type |= tls_type; in riscv_elf_record_tls_type()
668 if ((*new_tls_type & GOT_NORMAL) && (*new_tls_type & ~GOT_NORMAL)) in riscv_elf_record_tls_type()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delfnn-loongarch.c565 char *new_tls_type = &_bfd_loongarch_elf_tls_type (abfd, h, symndx); in loongarch_elf_record_tls_and_got_reference() local
566 *new_tls_type |= tls_type; in loongarch_elf_record_tls_and_got_reference()
567 if ((*new_tls_type & GOT_NORMAL) && (*new_tls_type & ~GOT_NORMAL)) in loongarch_elf_record_tls_and_got_reference()
H A Delfnn-riscv.c562 char *new_tls_type = &_bfd_riscv_elf_tls_type (abfd, h, symndx); in riscv_elf_record_tls_type() local
564 *new_tls_type |= tls_type; in riscv_elf_record_tls_type()
565 if ((*new_tls_type & GOT_NORMAL) && (*new_tls_type & ~GOT_NORMAL)) in riscv_elf_record_tls_type()