Home
last modified time | relevance | path

Searched refs:tls_flag (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delfxx-mips.c2820 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()
[all …]
/openbsd-src/usr.sbin/httpd/
H A Dparse.y534 int tls_flag = 0; variable
543 tls_flag |= (sc->flags & SRVFLAG_TLS);
545 if (tls_flag == 0) {