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

  /src/crypto/external/bsd/netpgp/dist/src/lib/
signature.c 1031 pgp_sig_type_t sig_type; local
1041 sig_type = PGP_SIG_BINARY;
1085 pgp_start_sig(sig, seckey, hash_alg, sig_type);
1125 pgp_write_one_pass_sig(output, seckey, hash_alg, sig_type);
1172 \param sig_type Signature type
1192 pgp_sig_type_t sig_type;
1201 sig_type = PGP_SIG_BINARY;
1228 pgp_start_sig(sig, seckey, hash_alg, sig_type);
1256 pgp_write_one_pass_sig(output, seckey, hash_alg, sig_type);
packet.h 723 pgp_sig_type_t sig_type; member in struct:__anon1026
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read-gdb-index.c 524 signatured_type_up sig_type; local
538 sig_type = per_bfd->allocate_signatured_type (signature);
539 sig_type->type_offset_in_tu = type_offset_in_tu;
540 sig_type->section = section;
541 sig_type->sect_off = sect_off;
543 slot = htab_find_slot (sig_types_hash.get (), sig_type.get (), INSERT);
544 *slot = sig_type.get ();
546 per_bfd->all_units.emplace_back (sig_type.release ());
index-write.c 1320 signatured_type *sig_type = (signatured_type *) per_cu; local
1322 to_underlying (sig_type->type_offset_in_tu));
1324 sig_type->signature);
read.c 1023 static void read_signatured_type (signatured_type *sig_type,
3354 const struct signatured_type *sig_type
3358 return sig_type->signature;
3418 signatured_type_up sig_type;
3510 signatured_type *sig_type = sig_type_holder.get ();
3518 sig_type, INSERT);
3521 *slot = sig_type;
3522 /* The rest of sig_type must be filled in by the caller. */
3523 return sig_type;
3831 signatured_type *sig_type = (struct signatured_type *) per_cu
3350 const struct signatured_type *sig_type local
3414 signatured_type_up sig_type; local
3506 signatured_type *sig_type = sig_type_holder.get (); local
3827 signatured_type *sig_type = (struct signatured_type *) per_cu; local
3954 struct signatured_type *sig_type; local
4019 struct signatured_type *sig_type = NULL; local
4692 signatured_type *sig_type; member in struct:tu_abbrev_offset
4757 auto sig_type = static_cast<signatured_type *> (cu.get ()); local
5109 auto sig_type = per_objfile->per_bfd->allocate_signatured_type local
5529 struct signatured_type *sig_type = local
6349 struct signatured_type *sig_type; local
7588 struct signatured_type *sig_type; local
9708 signatured_type *sig_type = (signatured_type *) cu->per_cu; local
9721 signatured_type *sig_type = lookup_dwo_signatured_type (cu, signature); local
13558 struct signatured_type *sig_type; local
21142 struct signatured_type *sig_type; local
21181 struct signatured_type *sig_type; local
21275 struct signatured_type *sig_type; local
    [all...]
  /src/lib/libresolv/
res_mkupdate.c 457 int sig_type, success, dateerror; local
464 sig_type = sym_ston(__p_type_syms, buf2, &success);
465 if (!success || sig_type == ns_t_any)
468 PUTSHORT(sig_type, cp);
  /src/external/bsd/libbind/dist/resolv/
res_mkupdate.c 455 int sig_type, success, dateerror; local
462 sig_type = sym_ston(__p_type_syms, buf2, &success);
463 if (!success || sig_type == ns_t_any)
466 PUTSHORT(sig_type, cp);
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read-gdb-index.c 1385 signatured_type_up sig_type local
1388 sig_type->type_offset_in_tu = type_offset_in_tu;
1390 sig_types_hash.emplace (sig_type.get ());
1391 units.emplace_back (sig_type.get ());
1392 per_bfd->all_units.emplace_back (sig_type.release ());
read.c 946 static void read_signatured_type (signatured_type *sig_type,
2439 signatured_type *sig_type = sig_type_holder.get ();
2442 auto emplace_ret = per_bfd->signatured_types.emplace (sig_type);
2448 /* The rest of sig_type must be filled in by the caller. */
2730 signatured_type *sig_type = (struct signatured_type *) per_cu;
2737 if (sig_type->signature != cu->header.signature)
2742 hex_string (sig_type->signature),
2755 sig_type->type_offset_in_section
2863 struct signatured_type *sig_type;
2868 sig_type = (struct signatured_type *) this_cu
2436 signatured_type *sig_type = sig_type_holder.get (); local
2727 signatured_type *sig_type = (struct signatured_type *) per_cu; local
2860 struct signatured_type *sig_type; local
2917 struct signatured_type *sig_type = NULL; local
3400 signatured_type *sig_type; member in struct:tu_abbrev_offset
3444 auto sig_type = static_cast<signatured_type *> (cu.get ()); local
3676 auto sig_type local
4101 struct signatured_type *sig_type = local
4905 struct signatured_type *sig_type; local
6142 struct signatured_type *sig_type; local
8146 signatured_type *sig_type = (signatured_type *) cu->per_cu; local
8157 signatured_type *sig_type = lookup_dwo_signatured_type (cu, signature); local
11867 struct signatured_type *sig_type; local
18686 struct signatured_type *sig_type; local
18725 struct signatured_type *sig_type; local
18818 struct signatured_type *sig_type; local
    [all...]

Completed in 45 milliseconds