| /src/external/gpl3/gdb/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 ());
|
| 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...] |
| read.h | 698 struct type *get_type_for_signatured_type (signatured_type *sig_type) const; 700 void set_type_for_signatured_type (signatured_type *sig_type,
|
| 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);
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| read-gdb-index.c | 503 signatured_type_up sig_type; local 517 sig_type = per_bfd->allocate_signatured_type (signature); 518 sig_type->type_offset_in_tu = type_offset_in_tu; 519 sig_type->section = section; 520 sig_type->sect_off = sect_off; 522 slot = htab_find_slot (sig_types_hash.get (), sig_type.get (), INSERT); 523 *slot = sig_type.get (); 525 per_bfd->all_units.emplace_back (sig_type.release ());
|
| read.c | 1024 static void read_signatured_type (signatured_type *sig_type, 3343 const struct signatured_type *sig_type 3347 return sig_type->signature; 3407 signatured_type_up sig_type; 3499 signatured_type *sig_type = sig_type_holder.get (); 3507 sig_type, INSERT); 3510 *slot = sig_type; 3511 /* The rest of sig_type must be filled in by the caller. */ 3512 return sig_type; 3820 signatured_type *sig_type = (struct signatured_type *) per_cu 3339 const struct signatured_type *sig_type local 3403 signatured_type_up sig_type; local 3495 signatured_type *sig_type = sig_type_holder.get (); local 3816 signatured_type *sig_type = (struct signatured_type *) per_cu; local 3941 struct signatured_type *sig_type; local 4006 struct signatured_type *sig_type = NULL; local 4607 signatured_type *sig_type; member in struct:tu_abbrev_offset 4672 auto sig_type = static_cast<signatured_type *> (cu.get ()); local 5019 auto sig_type = per_objfile->per_bfd->allocate_signatured_type local 5440 struct signatured_type *sig_type = local 6271 struct signatured_type *sig_type; local 7509 struct signatured_type *sig_type; local 9606 signatured_type *sig_type = (signatured_type *) cu->per_cu; local 9619 signatured_type *sig_type = lookup_dwo_signatured_type (cu, signature); local 13304 struct signatured_type *sig_type; local 20773 struct signatured_type *sig_type; local 20810 struct signatured_type *sig_type; local 20900 struct signatured_type *sig_type; local [all...] |
| read.h | 674 struct type *get_type_for_signatured_type (signatured_type *sig_type) const; 676 void set_type_for_signatured_type (signatured_type *sig_type,
|
| index-write.c | 1322 signatured_type *sig_type = (signatured_type *) per_cu; local 1324 to_underlying (sig_type->type_offset_in_tu)); 1326 sig_type->signature);
|
| /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-show.c | 626 * \param sig_type Signature type 630 pgp_show_sig_type(pgp_sig_type_t sig_type) 632 return pgp_str_from_map(sig_type, sig_type_map);
|
| packet.h | 723 pgp_sig_type_t sig_type; member in struct:__anon1026
|
| create.c | 1287 \param sig_type Signature type 1295 const pgp_sig_type_t sig_type) 1303 pgp_write_scalar(output, (unsigned)sig_type, 1) &&
|
| packet-print.c | 1013 pgp_show_sig_type(content->one_pass_sig.sig_type), 1014 content->one_pass_sig.sig_type);
|
| packet-parse.c | 2226 pkt.u.one_pass_sig.sig_type = (pgp_sig_type_t)c;
|
| /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);
|