HomeSort by: relevance | last modified time | path
    Searched refs:ctf_errno (Results 1 - 25 of 147) sorted by relevancy

1 2 3 4 5 6

  /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-lookup/
add-to-opened.c 37 if (ctf_errno (fp) != ECTF_RDONLY)
38 fprintf (stderr, "unexpected error %s attempting to add integer in readonly portion\n", ctf_errmsg (ctf_errno (fp)));
43 if (ctf_errno (fp) != ECTF_RDONLY)
44 fprintf (stderr, "unexpected error %s attempting to add typedef in readonly portion\n", ctf_errmsg (ctf_errno (fp)));
49 if (ctf_errno (fp) != ECTF_RDONLY)
50 fprintf (stderr, "unexpected error %s attempting to add struct in readonly portion\n", ctf_errmsg (ctf_errno (fp)));
55 if (ctf_errno (fp) != ECTF_RDONLY)
56 fprintf (stderr, "unexpected error %s attempting to add union in readonly portion\n", ctf_errmsg (ctf_errno (fp)));
61 if (ctf_errno (fp) != ECTF_RDONLY)
62 fprintf (stderr, "unexpected error %s attempting to add enum in readonly portion\n", ctf_errmsg (ctf_errno (fp)))
    [all...]
enum.c 58 if (ctf_errno (fp) != ECTF_NEXT_END)
70 fprintf (stderr, "Lookup failed: %s\n", ctf_errmsg (ctf_errno (fp)));
73 fprintf (stderr, "_iter iteration failed: %s\n", ctf_errmsg (ctf_errno (fp)));
76 fprintf (stderr, "_next iteration failed: %s\n", ctf_errmsg (ctf_errno (fp)));
struct-iteration.c 60 if (ctf_errno (fp) != ECTF_NEXT_END)
68 if (ctf_errno (fp) != ECTF_NEXT_END)
84 fprintf (stderr, "Lookup failed: %s\n", ctf_errmsg (ctf_errno (fp)));
87 fprintf (stderr, "_iter iteration failed: %s\n", ctf_errmsg (ctf_errno (fp)));
90 fprintf (stderr, "_next iteration failed: %s\n", ctf_errmsg (ctf_errno (fp)));
enumerator-iteration.c 81 || ctf_errno (fp) != ECTF_BADFLAG)
84 if (ctf_dict_set_flag (fp, 0, 1) >= 0 || ctf_errno (fp) != ECTF_BADFLAG)
87 if (ctf_dict_get_flag (fp, 0) >= 0 || ctf_errno (fp) != ECTF_BADFLAG)
111 || ctf_errno (fp) != ECTF_DUPLICATE)
117 || ctf_errno (fp) != ECTF_DUPLICATE)
137 || ctf_errno (fp) != ECTF_DUPLICATE)
164 ctf_errno (fp) != ECTF_DUPLICATE)
166 err, ctf_errmsg (ctf_errno (fp)));
169 ctf_errno (fp) != ECTF_NOENUMNAM)
180 ctf_errmsg (ctf_errno (fp)))
    [all...]
  /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-lookup/
add-to-opened.c 46 if (ctf_errno (fp) != ECTF_RDONLY)
47 fprintf (stderr, "unexpected error %s attempting to add integer in readonly portion\n", ctf_errmsg (ctf_errno (fp)));
52 if (ctf_errno (fp) != ECTF_RDONLY)
53 fprintf (stderr, "unexpected error %s attempting to add typedef in readonly portion\n", ctf_errmsg (ctf_errno (fp)));
58 if (ctf_errno (fp) != ECTF_RDONLY)
59 fprintf (stderr, "unexpected error %s attempting to add struct in readonly portion\n", ctf_errmsg (ctf_errno (fp)));
64 if (ctf_errno (fp) != ECTF_RDONLY)
65 fprintf (stderr, "unexpected error %s attempting to add union in readonly portion\n", ctf_errmsg (ctf_errno (fp)));
70 if (ctf_errno (fp) != ECTF_RDONLY)
71 fprintf (stderr, "unexpected error %s attempting to add enum in readonly portion\n", ctf_errmsg (ctf_errno (fp)))
    [all...]
enum.c 58 if (ctf_errno (fp) != ECTF_NEXT_END)
70 fprintf (stderr, "Lookup failed: %s\n", ctf_errmsg (ctf_errno (fp)));
73 fprintf (stderr, "_iter iteration failed: %s\n", ctf_errmsg (ctf_errno (fp)));
76 fprintf (stderr, "_next iteration failed: %s\n", ctf_errmsg (ctf_errno (fp)));
enumerator-iteration.c 81 || ctf_errno (fp) != ECTF_BADFLAG)
84 if (ctf_dict_set_flag (fp, 0, 1) >= 0 || ctf_errno (fp) != ECTF_BADFLAG)
87 if (ctf_dict_get_flag (fp, 0) >= 0 || ctf_errno (fp) != ECTF_BADFLAG)
111 || ctf_errno (fp) != ECTF_DUPLICATE)
117 || ctf_errno (fp) != ECTF_DUPLICATE)
137 || ctf_errno (fp) != ECTF_DUPLICATE)
164 ctf_errno (fp) != ECTF_DUPLICATE)
166 err, ctf_errmsg (ctf_errno (fp)));
169 ctf_errno (fp) != ECTF_NOENUMNAM)
180 ctf_errmsg (ctf_errno (fp)))
    [all...]
struct-iteration.c 67 name, ctf_errmsg (ctf_errno (fp)));
78 if (ctf_errno (fp) != ECTF_NEXT_END)
86 if (ctf_errno (fp) != ECTF_NEXT_END)
102 fprintf (stderr, "Lookup failed: %s\n", ctf_errmsg (ctf_errno (fp)));
105 fprintf (stderr, "_iter iteration failed: %s\n", ctf_errmsg (ctf_errno (fp)));
108 fprintf (stderr, "_next iteration failed: %s\n", ctf_errmsg (ctf_errno (fp)));
  /src/external/cddl/osnet/dist/common/ctf/
ctf_error.c 100 ctf_errno(ctf_file_t *fp) function
102 return (fp->ctf_errno);
  /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-writable/
reserialize-strtab-corruption.c 33 fprintf (stderr, "Can't get name of zygal: %s\n", ctf_errmsg (ctf_errno (fp)));
41 fprintf (stderr, "Can't get name of zygal: %s\n", ctf_errmsg (ctf_errno (fp)));
51 fprintf (stderr, "Can't get name of zygal: %s\n", ctf_errmsg (ctf_errno (fp)));
66 fprintf (stderr, "Can't get name of zygal: %s\n", ctf_errmsg (ctf_errno (fp)));
71 fprintf (stderr, "Can't get name of autoschediastic: %s\n", ctf_errmsg (ctf_errno (fp)));
82 fprintf (stderr, "Cannot add: %s\n", ctf_errmsg (ctf_errno (fp)));
85 fprintf (stderr, "Cannot serialize: %s\n", ctf_errmsg (ctf_errno (fp)));
88 fprintf (stderr, "Cannot roll back: %s\n", ctf_errmsg (ctf_errno (fp)));
libctf-errors.c 42 fprintf (stderr, "cannot add int: %s\n", ctf_errmsg (ctf_errno (fp)));
44 fprintf (stderr, "cannot add struct: %s\n", ctf_errmsg (ctf_errno (fp)));
46 fprintf (stderr, "cannot add member: %s\n", ctf_errmsg (ctf_errno (fp)));
49 fprintf (stderr, "cannot get member info: %s\n", ctf_errmsg (ctf_errno (fp)));
pptrtab-writable-page-deep-lookup.c 42 fprintf (stderr, "Type lookup unexpectedly succeeded: %s\n", ctf_errmsg (ctf_errno (cfp)));
48 fprintf (stderr, "Type lookup error: %s\n", ctf_errmsg (ctf_errno (cfp)));
63 fprintf (stderr, "Cannot create parent type: %s\n", ctf_errmsg (ctf_errno (pfp)));
66 fprintf (stderr, "Cannot create child type: %s\n", ctf_errmsg (ctf_errno (cfp)));
error-propagation.c 18 if (ctf_errno (child) == expected)
21 if (ctf_errno (parent) == expected)
23 "but instead on parent\n", desc, ctf_errmsg (ctf_errno (parent)));
27 ctf_errmsg (ctf_errno (parent)),
28 ctf_errmsg (ctf_errno (child)));
64 fprintf (stderr, "cannot import: %s\n", ctf_errmsg (ctf_errno (child)));
103 fprintf (stderr, "cannot reimport: %s\n", ctf_errmsg (ctf_errno (child)));
157 fprintf (stderr, "cannot populate parent: %s\n", ctf_errmsg (ctf_errno (parent)));
161 fprintf (stderr, "cannot populate child: %s\n", ctf_errmsg (ctf_errno (parent)));
  /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-writable/
reserialize-strtab-corruption.c 33 fprintf (stderr, "Can't get name of zygal: %s\n", ctf_errmsg (ctf_errno (fp)));
41 fprintf (stderr, "Can't get name of zygal: %s\n", ctf_errmsg (ctf_errno (fp)));
51 fprintf (stderr, "Can't get name of zygal: %s\n", ctf_errmsg (ctf_errno (fp)));
66 fprintf (stderr, "Can't get name of zygal: %s\n", ctf_errmsg (ctf_errno (fp)));
71 fprintf (stderr, "Can't get name of autoschediastic: %s\n", ctf_errmsg (ctf_errno (fp)));
82 fprintf (stderr, "Cannot add: %s\n", ctf_errmsg (ctf_errno (fp)));
85 fprintf (stderr, "Cannot serialize: %s\n", ctf_errmsg (ctf_errno (fp)));
88 fprintf (stderr, "Cannot roll back: %s\n", ctf_errmsg (ctf_errno (fp)));
libctf-errors.c 42 fprintf (stderr, "cannot add int: %s\n", ctf_errmsg (ctf_errno (fp)));
44 fprintf (stderr, "cannot add struct: %s\n", ctf_errmsg (ctf_errno (fp)));
46 fprintf (stderr, "cannot add member: %s\n", ctf_errmsg (ctf_errno (fp)));
49 fprintf (stderr, "cannot get member info: %s\n", ctf_errmsg (ctf_errno (fp)));
pptrtab-writable-page-deep-lookup.c 42 fprintf (stderr, "Type lookup unexpectedly succeeded: %s\n", ctf_errmsg (ctf_errno (cfp)));
48 fprintf (stderr, "Type lookup error: %s\n", ctf_errmsg (ctf_errno (cfp)));
63 fprintf (stderr, "Cannot create parent type: %s\n", ctf_errmsg (ctf_errno (pfp)));
66 fprintf (stderr, "Cannot create child type: %s\n", ctf_errmsg (ctf_errno (cfp)));
error-propagation.c 18 if (ctf_errno (child) == expected)
21 if (ctf_errno (parent) == expected)
23 "but instead on parent\n", desc, ctf_errmsg (ctf_errno (parent)));
27 ctf_errmsg (ctf_errno (parent)),
28 ctf_errmsg (ctf_errno (child)));
64 fprintf (stderr, "cannot import: %s\n", ctf_errmsg (ctf_errno (child)));
103 fprintf (stderr, "cannot reimport: %s\n", ctf_errmsg (ctf_errno (child)));
157 fprintf (stderr, "cannot populate parent: %s\n", ctf_errmsg (ctf_errno (parent)));
161 fprintf (stderr, "cannot populate child: %s\n", ctf_errmsg (ctf_errno (parent)));
  /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-regression/
nonstatic-var-section-ld-r.c 34 printf ("Cannot look up foo: %s\n", ctf_errmsg (ctf_errno (fp)));
39 printf ("Cannot look up bar: %s\n", ctf_errmsg (ctf_errno (fp)));
56 if (ctf_errno (fp) != ECTF_NEXT_END)
58 ctf_errmsg (ctf_errno (fp)));
nonstatic-var-section-ld.c 33 printf ("Cannot look up foo: %s\n", ctf_errmsg (ctf_errno (fp)));
38 printf ("Cannot look up bar: %s\n", ctf_errmsg (ctf_errno (fp)));
59 if (ctf_errno (fp) != ECTF_NEXT_END)
61 ctf_errmsg (ctf_errno (fp)));
  /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-regression/
nonstatic-var-section-ld-r.c 34 printf ("Cannot look up foo: %s\n", ctf_errmsg (ctf_errno (fp)));
39 printf ("Cannot look up bar: %s\n", ctf_errmsg (ctf_errno (fp)));
56 if (ctf_errno (fp) != ECTF_NEXT_END)
58 ctf_errmsg (ctf_errno (fp)));
nonstatic-var-section-ld.c 33 printf ("Cannot look up foo: %s\n", ctf_errmsg (ctf_errno (fp)));
38 printf ("Cannot look up bar: %s\n", ctf_errmsg (ctf_errno (fp)));
59 if (ctf_errno (fp) != ECTF_NEXT_END)
61 ctf_errmsg (ctf_errno (fp)));
  /src/external/gpl3/binutils/dist/libctf/
ctf-error.c 80 ctf_errno (ctf_dict_t * fp) function
82 return fp->ctf_errno;
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-error.c 80 ctf_errno (ctf_dict_t * fp) function
82 return fp->ctf_errno;
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-error.c 80 ctf_errno (ctf_dict_t * fp) function
82 return fp->ctf_errno;
  /src/external/gpl3/gdb/dist/libctf/
ctf-error.c 80 ctf_errno (ctf_dict_t * fp) function
82 return fp->ctf_errno;

Completed in 73 milliseconds

1 2 3 4 5 6