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

  /src/external/gpl3/binutils/dist/libctf/
ctf-dump.c 613 const char *enumerand; local
617 while ((enumerand = ctf_enum_next (state->cds_fp, id,
626 if (asprintf (&bit, "%s: %i\n", enumerand, value) < 0)
ctf-dedup.c 874 ctf_dedup_sha1_add (&hash, &val, sizeof (val), "enumerand", depth);
2912 const char *enumerand; local
2913 while ((enumerand = ctf_enum_next (input, type, &i, &val)) != NULL)
2916 && ctf_dynhash_lookup (target->ctf_names, enumerand) != NULL)
2919 "as non-root because of pre-existing enumerand "
2920 "%s.\n", name, kind, hval, enumerand);
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-dump.c 607 const char *enumerand; local
611 while ((enumerand = ctf_enum_next (state->cds_fp, id,
620 if (asprintf (&bit, "%s: %i\n", enumerand, value) < 0)
ctf-dedup.c 874 ctf_dedup_sha1_add (&hash, &val, sizeof (val), "enumerand", depth);
2912 const char *enumerand; local
2913 while ((enumerand = ctf_enum_next (input, type, &i, &val)) != NULL)
2916 && ctf_dynhash_lookup (target->ctf_names, enumerand) != NULL)
2919 "as non-root because of pre-existing enumerand "
2920 "%s.\n", name, kind, hval, enumerand);
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-dump.c 607 const char *enumerand; local
611 while ((enumerand = ctf_enum_next (state->cds_fp, id,
620 if (asprintf (&bit, "%s: %i\n", enumerand, value) < 0)
  /src/external/gpl3/gdb/dist/libctf/
ctf-dump.c 607 const char *enumerand; local
611 while ((enumerand = ctf_enum_next (state->cds_fp, id,
620 if (asprintf (&bit, "%s: %i\n", enumerand, value) < 0)
ctf-dedup.c 874 ctf_dedup_sha1_add (&hash, &val, sizeof (val), "enumerand", depth);
2912 const char *enumerand; local
2913 while ((enumerand = ctf_enum_next (input, type, &i, &val)) != NULL)
2916 && ctf_dynhash_lookup (target->ctf_names, enumerand) != NULL)
2919 "as non-root because of pre-existing enumerand "
2920 "%s.\n", name, kind, hval, enumerand);

Completed in 32 milliseconds