HomeSort by: relevance | last modified time | path
    Searched defs:tls_opt (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/syslogd/
syslogd.c 299 struct tls_global_options_t tls_opt; variable in typeref:struct:tls_global_options_t
3080 FREEPTR(tls_opt.CAdir);
3081 FREEPTR(tls_opt.CAfile);
3082 FREEPTR(tls_opt.keyfile);
3083 FREEPTR(tls_opt.certfile);
3084 FREEPTR(tls_opt.x509verify);
3085 FREEPTR(tls_opt.bindhost);
3086 FREEPTR(tls_opt.bindport);
3087 FREEPTR(tls_opt.server);
3088 FREEPTR(tls_opt.gen_cert)
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elf64-ppc.c 10602 bool tls_opt;
10635 tls_opt = (htab->params->tls_get_addr_opt
10640 if (tls_opt || !htab->opd_abi)
10642 if (!add_dynamic_entry (DT_PPC64_OPT, tls_opt ? PPC64_OPT_TLS : 0))
10598 bool tls_opt; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ppc.c 10602 bool tls_opt;
10635 tls_opt = (htab->params->tls_get_addr_opt
10640 if (tls_opt || !htab->opd_abi)
10642 if (!add_dynamic_entry (DT_PPC64_OPT, tls_opt ? PPC64_OPT_TLS : 0))
10598 bool tls_opt; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ppc.c 10585 bool tls_opt;
10618 tls_opt = (htab->params->tls_get_addr_opt
10623 if (tls_opt || !htab->opd_abi)
10625 if (!add_dynamic_entry (DT_PPC64_OPT, tls_opt ? PPC64_OPT_TLS : 0))
10581 bool tls_opt; local
  /src/external/gpl3/gdb/dist/bfd/
elf64-ppc.c 10588 bool tls_opt;
10621 tls_opt = (htab->params->tls_get_addr_opt
10626 if (tls_opt || !htab->opd_abi)
10628 if (!add_dynamic_entry (DT_PPC64_OPT, tls_opt ? PPC64_OPT_TLS : 0))
10584 bool tls_opt; local

Completed in 41 milliseconds