Searched refs:signature (Results 1 - 25 of 62) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr39874.c6 void test1(char *signature) argument
8 char ch = signature[0];
16 void test2(char *signature) argument
18 char ch = signature[0];
/haiku-buildtools/legacy/binutils/include/nlm/
H A Dppc-ext.h30 char signature[8]; member in struct:nlm32_powerpc_external_prefix_header
68 /* The signature field identifies the file as an NLM. It must contain
69 the signature string, which depends upon the NLM target. */
71 unsigned char signature[24]; member in struct:nlm32_powerpc_external_fixed_header
H A Di386-ext.h25 /* The signature field identifies the file as an NLM. It must contain
26 the signature string, which depends upon the NLM target. */
28 unsigned char signature[24]; member in struct:nlm32_i386_external_fixed_header
H A Dsparc32-ext.h25 /* The signature field identifies the file as an NLM. It must contain
26 the signature string, which depends upon the NLM target. */
28 unsigned char signature[24]; member in struct:nlm32_sparc_external_fixed_header
H A Dalpha-ext.h71 /* The signature field identifies the file as an NLM. It must contain
72 the signature string, which depends upon the NLM target. */
74 unsigned char signature[24]; member in struct:nlm32_alpha_external_fixed_header
H A Dinternal.h57 /* The signature field identifies the file as an NLM. It must contain
58 the signature string, which depends upon the NLM target. */
60 char signature[NLM_SIGNATURE_SIZE]; member in struct:nlm_internal_fixed_header
/haiku-buildtools/binutils/include/nlm/
H A Dppc-ext.h31 char signature[8]; member in struct:nlm32_powerpc_external_prefix_header
69 /* The signature field identifies the file as an NLM. It must contain
70 the signature string, which depends upon the NLM target. */
72 unsigned char signature[24]; member in struct:nlm32_powerpc_external_fixed_header
H A Dsparc32-ext.h26 /* The signature field identifies the file as an NLM. It must contain
27 the signature string, which depends upon the NLM target. */
29 unsigned char signature[24]; member in struct:nlm32_sparc_external_fixed_header
H A Di386-ext.h26 /* The signature field identifies the file as an NLM. It must contain
27 the signature string, which depends upon the NLM target. */
29 unsigned char signature[24]; member in struct:nlm32_i386_external_fixed_header
H A Dalpha-ext.h72 /* The signature field identifies the file as an NLM. It must contain
73 the signature string, which depends upon the NLM target. */
75 unsigned char signature[24]; member in struct:nlm32_alpha_external_fixed_header
H A Dinternal.h57 /* The signature field identifies the file as an NLM. It must contain
58 the signature string, which depends upon the NLM target. */
60 char signature[NLM_SIGNATURE_SIZE]; member in struct:nlm_internal_fixed_header
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr49938.C20 base::StringPiece& signature, uint16 rrtype,
34 const base::StringPiece& zone, const base::StringPiece& signature,
33 CheckSignature(const base::StringPiece& name, const base::StringPiece& zone, const base::StringPiece& signature, uint16 rrtype, const std::vector<base::StringPiece>& rrdatas) argument
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug121.go16 h T; // ERROR "syntax|signature"
/haiku-buildtools/gcc/gcc/config/
H A Dsol2.c209 /* Hash table of group signature symbols. */
214 FLAGS and group signature symbol DECL, using Sun as syntax. */
219 const char *signature; local
224 signature = IDENTIFIER_POINTER (decl);
226 signature = IDENTIFIER_POINTER (DECL_COMDAT_GROUP (decl));
232 of the form .text.<signature>) and append %<signature> to pacify as,
234 section = concat (name, "%", signature, NULL);
245 signature, section);
247 /* Unlike GNU as, group signature symbol
[all...]
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dgjavah.c647 /* Print one piece of a signature. Returns pointer to next parseable
650 decode_signature_piece (stream, signature, limit, need_space)
652 unsigned char *signature, *limit;
657 switch (signature[0])
660 for (signature++; (signature < limit
661 && *signature >= '0'
662 && *signature <= '9'); signature++)
664 switch (*signature)
[all...]
H A Dtypeck.c441 /* Parse a signature string, starting at *PTR and ending at LIMIT.
450 fatal ("bad signature string");
474 fatal ("bad signature string");
483 fatal ("unrecognized signature string");
488 /* Parse a Java "mangled" signature string, starting at SIG_STRING,
512 fatal ("bad signature string");
520 error ("junk at end of signature string");
525 /* Convert a signature to its type.
530 get_type_from_signature (tree signature) argument
532 unsigned char *sig = (unsigned char *) IDENTIFIER_POINTER (signature);
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Dnlmswap.h42 memcpy (dst->signature, src->signature, NLM_SIGNATURE_SIZE);
103 memcpy (dst->signature, src->signature, NLM_SIGNATURE_SIZE);
H A Dlibnlm.h139 char signature[NLM_SIGNATURE_SIZE]; member in struct:nlm_backend_data
194 #define nlm_signature(bfd) (nlm_backend (bfd) -> signature)
/haiku-buildtools/gcc/gcc/java/
H A Dtypeck.c363 /* Parse a signature string, starting at *PTR and ending at LIMIT.
408 /* Parse a Java "mangled" signature string, starting at SIG_STRING,
437 error ("junk at end of signature string");
441 /* Convert a signature to its type.
446 get_type_from_signature (tree signature) argument
448 const unsigned char *sig = (const unsigned char *) IDENTIFIER_POINTER (signature);
449 int len = IDENTIFIER_LENGTH (signature);
454 type = IDENTIFIER_SIGNATURE_TYPE (signature);
458 IDENTIFIER_SIGNATURE_TYPE (signature) = type;
463 /* Ignore signature an
653 shallow_find_method(tree searched_class, int flags, tree method_name, tree signature, tree (*signature_builder) (tree)) argument
677 find_method_in_superclasses(tree searched_class, int flags, tree method_name, tree signature, tree (*signature_builder) (tree)) argument
699 find_method_in_interfaces(tree searched_class, int flags, tree method_name, tree signature, tree (*signature_builder) (tree)) argument
749 lookup_do(tree searched_class, int flags, tree method_name, tree signature, tree (*signature_builder) (tree)) argument
[all...]
H A Dverify.h52 vfy_string signature; member in struct:__anon797
77 int vfy_count_arguments (vfy_string signature);
122 vfy_string signature);
H A Dverify-glue.c110 vfy_count_arguments (vfy_string signature) argument
112 const char *ptr = IDENTIFIER_POINTER (signature);
137 return method->signature;
370 vfy_string signature)
376 && build_java_signature (TREE_TYPE (field)) == signature)
498 method.signature = build_java_signature (TREE_TYPE (current_function_decl));
369 vfy_class_has_field(vfy_jclass klass, vfy_string name, vfy_string signature) argument
/haiku-buildtools/binutils/bfd/
H A Dnlmswap.h44 memcpy (dst->signature, src->signature, NLM_SIGNATURE_SIZE);
105 memcpy (dst->signature, src->signature, NLM_SIGNATURE_SIZE);
/haiku-buildtools/binutils/gold/
H A Ddwp.cc94 uint64_t signature; member in struct:gold::Unit_set
98 : signature(0), sections()
479 // Lookup a type signature and return TRUE if we have already seen it.
533 find_or_add(uint64_t signature, unsigned int* slotp);
676 // Cache of the last type signature looked up.
678 // Cache of the slot index for the last type signature.
740 uint64_t signature, Dwarf_die*);
1203 uint64_t signature = local
1207 if (index != 0 && (!is_tu_index || !output_file->lookup_tu(signature)))
1210 unit_set->signature
1731 find_or_add(uint64_t signature, unsigned int* slotp) argument
1815 uint64_t signature = old_hash_table[i]; local
2264 visit_type_unit(off_t, off_t tu_length, off_t, uint64_t signature, Dwarf_die*) argument
[all...]
H A Dgdb-index.h78 add_type_unit(off_t tu_offset, off_t type_offset, uint64_t signature) argument
80 this->type_units_.push_back(Type_unit(tu_offset, type_offset, signature));
/haiku-buildtools/autoconf/lib/Autom4te/
H A DGeneral.pm286 =item C<mktmpdir ($signature)>
288 Create a temporary directory which name is based on C<$signature>.
298 my ($signature) = @_;
303 mktemp -d "$TMPDIR/${signature}XXXXXX") 2>/dev/null`;
308 $tmp = "$TMPDIR/$signature" . int (rand 10000) . ".$$";

Completed in 205 milliseconds

123