Lines Matching refs:tls_flag
2622 unsigned char tls_flag) in mips_elf_record_global_got_symbol() argument
2653 (*loc)->tls_type |= tls_flag; in mips_elf_record_global_got_symbol()
2663 entry.tls_type = tls_flag; in mips_elf_record_global_got_symbol()
2673 if (tls_flag == 0) in mips_elf_record_global_got_symbol()
2685 unsigned char tls_flag) in mips_elf_record_local_got_symbol() argument
2692 entry.tls_type = tls_flag; in mips_elf_record_local_got_symbol()
2698 if (tls_flag == GOT_TLS_GD && !((*loc)->tls_type & GOT_TLS_GD)) in mips_elf_record_local_got_symbol()
2701 (*loc)->tls_type |= tls_flag; in mips_elf_record_local_got_symbol()
2703 else if (tls_flag == GOT_TLS_IE && !((*loc)->tls_type & GOT_TLS_IE)) in mips_elf_record_local_got_symbol()
2706 (*loc)->tls_type |= tls_flag; in mips_elf_record_local_got_symbol()
2711 if (tls_flag != 0) in mips_elf_record_local_got_symbol()
2714 entry.tls_type = tls_flag; in mips_elf_record_local_got_symbol()
2715 if (tls_flag == GOT_TLS_IE) in mips_elf_record_local_got_symbol()
2717 else if (tls_flag == GOT_TLS_GD) in mips_elf_record_local_got_symbol()