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

  /src/external/gpl3/binutils/dist/libctf/
ctf-create.c 110 ctf_dynhash_t *structs = NULL, *unions = NULL, *enums = NULL, *names = NULL; local
116 structs = ctf_dynhash_create (ctf_hash_string, ctf_hash_eq_string,
124 if (!structs || !unions || !enums || !names)
144 fp->ctf_structs = structs;
164 ctf_dynhash_destroy (structs);
790 /* Promote root-visible forwards to structs. */
1522 /* Don't check nameless members (e.g. anonymous structs/unions) against each
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-create.c 110 ctf_dynhash_t *structs = NULL, *unions = NULL, *enums = NULL, *names = NULL; local
116 structs = ctf_dynhash_create (ctf_hash_string, ctf_hash_eq_string,
124 if (!structs || !unions || !enums || !names)
144 fp->ctf_structs = structs;
164 ctf_dynhash_destroy (structs);
790 /* Promote root-visible forwards to structs. */
1522 /* Don't check nameless members (e.g. anonymous structs/unions) against each
  /src/external/gpl3/gdb/dist/libctf/
ctf-create.c 111 ctf_dynhash_t *structs = NULL, *unions = NULL, *enums = NULL, *names = NULL; local
117 structs = ctf_dynhash_create (ctf_hash_string, ctf_hash_eq_string,
125 if (!structs || !unions || !enums || !names)
145 fp->ctf_structs = structs;
165 ctf_dynhash_destroy (structs);
791 /* Promote root-visible forwards to structs. */
1519 /* Don't check nameless members (e.g. anonymous structs/unions) against each
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-create.c 111 ctf_dynhash_t *structs = NULL, *unions = NULL, *enums = NULL, *names = NULL; local
117 structs = ctf_dynhash_create (ctf_hash_string, ctf_hash_eq_string,
125 if (!structs || !unions || !enums || !names)
145 fp->ctf_structs = structs;
165 ctf_dynhash_destroy (structs);
791 /* Promote root-visible forwards to structs. */
1450 /* Don't check nameless members (e.g. anonymous structs/unions) against each
  /src/external/mpl/bind/dist/lib/dns/
gen.c 588 int structs = 0; local
611 structs = 0;
618 structs = 0;
627 structs = 0;
634 structs = 1;
993 } else if (structs) {
  /src/external/mpl/dhcp/bind/dist/lib/dns/
gen.c 555 int structs = 0; local
582 structs = 0;
589 structs = 0;
598 structs = 0;
605 structs = 1;
991 } else if (structs) {

Completed in 35 milliseconds