Lines Matching refs:tls_flag
2820 unsigned char tls_flag) in mips_elf_record_global_got_symbol() argument
2854 (*loc)->tls_type |= tls_flag; in mips_elf_record_global_got_symbol()
2864 entry.tls_type = tls_flag; in mips_elf_record_global_got_symbol()
2874 if (tls_flag == 0) in mips_elf_record_global_got_symbol()
2886 unsigned char tls_flag) in mips_elf_record_local_got_symbol() argument
2893 entry.tls_type = tls_flag; in mips_elf_record_local_got_symbol()
2899 if (tls_flag == GOT_TLS_GD && !((*loc)->tls_type & GOT_TLS_GD)) in mips_elf_record_local_got_symbol()
2902 (*loc)->tls_type |= tls_flag; in mips_elf_record_local_got_symbol()
2904 else if (tls_flag == GOT_TLS_IE && !((*loc)->tls_type & GOT_TLS_IE)) in mips_elf_record_local_got_symbol()
2907 (*loc)->tls_type |= tls_flag; in mips_elf_record_local_got_symbol()
2912 if (tls_flag != 0) in mips_elf_record_local_got_symbol()
2915 entry.tls_type = tls_flag; in mips_elf_record_local_got_symbol()
2916 if (tls_flag == GOT_TLS_IE) in mips_elf_record_local_got_symbol()
2918 else if (tls_flag == GOT_TLS_GD) in mips_elf_record_local_got_symbol()