Searched refs:signature (Results 176 - 200 of 381) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DLoadObject.cc949 memop->signature = dwin->decode (mp->signature);
960 memop->offset, memop->id, memop->signature,
978 memop->signature = dwin->decode (mp->signature);
989 memop->offset, memop->id, memop->signature,
1007 memop->signature = dwin->decode (mp->signature);
1018 memop->offset, memop->id, memop->signature,
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp366 const CGFunctionInfo &signature = local
370 CGM.getTypes().GetFunctionType(signature)->getPointerTo();
373 CGM.getTypes().arrangeCall(signature, callArgs);
382 // Derive the signature to call from that.
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dppcboot.c64 bfd_byte signature[2]; /* 0x55 and 0xaa */ member in struct:ppcboot_hdr
184 if (hdr.signature[0] != SIGNATURE0 || hdr.signature[1] != SIGNATURE1)
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-wasm32.c59 wasm_signature /* "signature", which isn't an opcode */
334 <expr>@plt{__sigchar_<signature>}. */
408 char *signature; local
412 signature = strndup (input_line_pointer + 1, siglength);
416 reloc2->u.a.sym = symbol_find_or_make (signature);
499 /* Assemble a signature from LINE, replacing it with the new input
693 as_bad (_("missing call signature"));
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-wasm32.c59 wasm_signature /* "signature", which isn't an opcode */
334 <expr>@plt{__sigchar_<signature>}. */
408 char *signature; local
412 signature = strndup (input_line_pointer + 1, siglength);
416 reloc2->u.a.sym = symbol_find_or_make (signature);
499 /* Assemble a signature from LINE, replacing it with the new input
693 as_bad (_("missing call signature"));
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dppcboot.c64 bfd_byte signature[2]; /* 0x55 and 0xaa */ member in struct:ppcboot_hdr
183 if (hdr.signature[0] != SIGNATURE0 || hdr.signature[1] != SIGNATURE1)
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dppcboot.c64 bfd_byte signature[2]; /* 0x55 and 0xaa */ member in struct:ppcboot_hdr
183 if (hdr.signature[0] != SIGNATURE0 || hdr.signature[1] != SIGNATURE1)
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dppcboot.c64 bfd_byte signature[2]; /* 0x55 and 0xaa */ member in struct:ppcboot_hdr
184 if (hdr.signature[0] != SIGNATURE0 || hdr.signature[1] != SIGNATURE1)
/netbsd-current/external/bsd/pdisk/dist/
H A Dhfs_misc.c66 uint16_t drSigWord; // volume signature
121 uint16_t signature; member in struct:HFSPlusVolumeHeader
/netbsd-current/sys/dev/ic/
H A Dihavar.h247 uint16_t signature; /* 0x00 NVRAM Signature */ member in struct:iha_eeprom
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dpatch_tester.sh66 NOGPG can be used to avoid checking the GPG signature of patches.
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dpatch_tester.sh66 NOGPG can be used to avoid checking the GPG signature of patches.
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx509cset.c125 *psig = &crl->signature;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509cset.c125 *psig = &crl->signature;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/crmf/
H A Dcrmf_lib.c389 ps->algorithmIdentifier, NULL, ps->signature, cr,
429 pp->value.signature = ps;
494 sig = req->popo->value.signature;
519 if (ASN1_item_verify_ex(it, sig->algorithmIdentifier, sig->signature,
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dpdb.h116 uint32_t signature; member in struct:pdb_stream_70
193 uint32_t signature; member in struct:globals_hash_header
251 uint32_t signature; member in struct:string_table_header
817 uint32_t signature; member in struct:objname
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dcomp-unit-head.c123 cu_header->signature = read_8_bytes (abfd, info_ptr);
H A Dread.c313 .debug_info calls this "dwo_id", .debug_types calls this "signature".
315 ULONGEST signature; member in struct:dwo_unit
1155 const char *comp_dir, ULONGEST signature, int is_debug_types);
1161 ULONGEST signature);
1815 dwarf2_per_bfd::allocate_signatured_type (ULONGEST signature)
1817 signatured_type_up result (new signatured_type (signature));
3346 /* This drops the top 32 bits of the signature, but is ok for a hash. */
3347 return sig_type->signature;
3356 return lhs->signature == rhs->signature;
1812 allocate_signatured_type(ULONGEST signature) argument
3919 std::optional<ULONGEST> signature = lookup_dwo_id (cu, comp_unit_die); local
7793 std::optional<ULONGEST> signature = lookup_dwo_id (cu, comp_unit_die); local
8346 create_dwo_unit_in_dwp_v1(dwarf2_per_objfile *per_objfile, struct dwp_file *dwp_file, uint32_t unit_index, const char *comp_dir, ULONGEST signature, int is_debug_types) argument
8535 create_dwo_unit_in_dwp_v2(dwarf2_per_objfile *per_objfile, struct dwp_file *dwp_file, uint32_t unit_index, const char *comp_dir, ULONGEST signature, int is_debug_types) argument
8702 create_dwo_unit_in_dwp_v5(dwarf2_per_objfile *per_objfile, struct dwp_file *dwp_file, uint32_t unit_index, const char *comp_dir, ULONGEST signature, int is_debug_types) argument
8874 lookup_dwo_unit_in_dwp(dwarf2_per_objfile *per_objfile, struct dwp_file *dwp_file, const char *comp_dir, ULONGEST signature, int is_debug_types) argument
9475 lookup_dwo_cutu(dwarf2_cu *cu, const char *dwo_name, const char *comp_dir, ULONGEST signature, int is_debug_types) argument
9590 lookup_dwo_comp_unit(dwarf2_cu *cu, const char *dwo_name, const char *comp_dir, ULONGEST signature) argument
9618 ULONGEST signature = dwo_unit->signature; local
19588 ULONGEST signature = attr->as_signature (); local
20772 ULONGEST signature = attr->as_signature (); local
20806 get_signatured_type(struct die_info *die, ULONGEST signature, struct dwarf2_cu *cu) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dcomp-unit-head.c124 cu_header->signature = read_8_bytes (abfd, info_ptr);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/cms/
H A Dcms_ess.c299 if (!ASN1_STRING_cmp(osi->signature, rct->originatorSignatureValue))
410 rct.originatorSignatureValue = si->signature;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dpass-by-ref.exp102 # with the provided signature. The STATE should be one of the following:
105 proc generate_member_function { classname signature length state } {
114 set declaration "$signature;\n"
115 set definition "$classname\:\:$signature
123 set declaration "$signature = default;\n"
126 set declaration "$signature;\n"
127 set definition "$classname\:\:$signature = default;\n"
130 set declaration "$signature = delete;\n"
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dpass-by-ref.exp105 # with the provided signature. The STATE should be one of the following:
108 proc generate_member_function { classname signature length state } {
117 set declaration "$signature;\n"
118 set definition "$classname\:\:$signature
126 set declaration "$signature = default;\n"
129 set declaration "$signature;\n"
130 set definition "$classname\:\:$signature = default;\n"
133 set declaration "$signature = delete;\n"
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dpkcs11.h884 unsigned char *signature,
891 unsigned char *signature,
900 unsigned char *signature,
910 unsigned char *signature,
917 unsigned char *signature,
925 unsigned char *signature,
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcertificate.c2370 rc = MatchingComponentAlgorithmIdentifier ( oid, (ComponentSyntaxInfo*)((ComponentTBSCertificate*)csi_attr)->signature, (ComponentSyntaxInfo*)((ComponentTBSCertificate*)csi_assert)->signature );
2417 if ( ( comp->signature->identifier.bv_val && strncmp(comp->signature->identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->signature->id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) ) {
2419 return comp->signature;
2422 return ExtractingComponentAlgorithmIdentifier ( mem_op, cr, comp->signature );
2560 rc = BDecComponentAlgorithmIdentifier (mem_op, b, tagId1, elmtLen1, (&k->signature), &totalElmtsLen1, mode);
2562 (k->signature)->identifier.bv_val = (k->signature)
[all...]
/netbsd-current/external/bsd/wpa/dist/src/crypto/
H A Dtls_openssl_ocsp.c159 * signature BIT STRING,
165 ASN1_BIT_STRING *signature; member in struct:__anon294
213 ASN1_SIMPLE(BasicOCSPResponse, signature, ASN1_BIT_STRING),
634 basic->signatureAlgorithm, basic->signature,
637 "OpenSSL: BasicOCSPResponse signature is invalid");
643 "OpenSSL: Found OCSP signer certificate %s and verified BasicOCSPResponse signature",

Completed in 272 milliseconds

1234567891011>>