Searched refs:tls_flag (Results 1 – 2 of 2) sorted by relevance
2820 unsigned char tls_flag) in mips_elf_record_global_got_symbol() argument2854 (*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() argument2893 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()[all …]
534 int tls_flag = 0; variable543 tls_flag |= (sc->flags & SRVFLAG_TLS);545 if (tls_flag == 0) {