HomeSort by: relevance | last modified time | path
    Searched defs:ctf (Results 1 - 25 of 64) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-lookup/
ambiguous-struct.c 6 #include <ctf-api.h>
14 ctf_archive_t *ctf; local
25 if ((ctf = ctf_open (argv[1], NULL, &err)) == NULL)
27 if ((fp = ctf_dict_open (ctf, NULL, &err)) == NULL)
41 ctf_close (ctf);
struct-lookup.c 1 #include <ctf-api.h>
9 ctf_archive_t *ctf; local
21 if ((ctf = ctf_open (argv[1], NULL, &err)) == NULL)
23 if ((fp = ctf_dict_open (ctf, NULL, &err)) == NULL)
50 ctf_close (ctf);
unnamed-field-info.c 3 #include <ctf-api.h>
8 #include "unnamed-field-info-ctf.c"
19 fprintf (stderr, "field %s inconsistency: offsetof() says %zi bits, CTF says %li\n",
34 ctf_archive_t *ctf; local
44 if ((ctf = ctf_open (argv[1], NULL, &err)) == NULL)
46 if ((fp = ctf_dict_open (ctf, NULL, &err)) == NULL)
66 ctf_arc_close (ctf);
ambiguous-struct.c 6 #include <ctf-api.h>
14 ctf_archive_t *ctf; local
25 if ((ctf = ctf_open (argv[1], NULL, &err)) == NULL)
27 if ((fp = ctf_dict_open (ctf, NULL, &err)) == NULL)
41 ctf_close (ctf);
struct-lookup.c 1 #include <ctf-api.h>
9 ctf_archive_t *ctf; local
21 if ((ctf = ctf_open (argv[1], NULL, &err)) == NULL)
23 if ((fp = ctf_dict_open (ctf, NULL, &err)) == NULL)
50 ctf_close (ctf);
unnamed-field-info.c 3 #include <ctf-api.h>
8 #include "unnamed-field-info-ctf.c"
19 fprintf (stderr, "field %s inconsistency: offsetof() says %zi bits, CTF says %li\n",
34 ctf_archive_t *ctf; local
44 if ((ctf = ctf_open (argv[1], NULL, &err)) == NULL)
46 if ((fp = ctf_dict_open (ctf, NULL, &err)) == NULL)
66 ctf_arc_close (ctf);
enum-symbol.c 2 #include <ctf-api.h>
10 ctf_archive_t *ctf; local
24 if ((ctf = ctf_open (argv[1], NULL, &err)) == NULL)
29 if ((fp = ctf_arc_lookup_symbol_name (ctf, "primary1", &type, &err)) == NULL)
40 if (((tmp_fp = ctf_arc_lookup_symbol_name (ctf, "primary1", &tmp, &err)) != fp)
46 ctf_close (ctf);
enum.c 1 #include <ctf-api.h>
16 ctf_archive_t *ctf; local
29 if ((ctf = ctf_open (argv[1], NULL, &err)) == NULL)
31 if ((fp = ctf_dict_open (ctf, NULL, &err)) == NULL)
62 ctf_close (ctf);
add-to-opened.c 1 /* Make sure you can add to ctf_open()ed CTF dicts, and that you
4 #include <ctf-api.h>
12 ctf_archive_t *ctf; local
26 if ((ctf = ctf_open (argv[1], NULL, &err)) == NULL)
34 if ((fp = ctf_dict_open (ctf, NULL, &err)) == NULL)
149 ctf_close (ctf);
enum-symbol.c 2 #include <ctf-api.h>
10 ctf_archive_t *ctf; local
24 if ((ctf = ctf_open (argv[1], NULL, &err)) == NULL)
29 if ((fp = ctf_arc_lookup_symbol_name (ctf, "primary1", &type, &err)) == NULL)
40 if (((tmp_fp = ctf_arc_lookup_symbol_name (ctf, "primary1", &tmp, &err)) != fp)
46 ctf_close (ctf);
  /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-regression/
pptrtab.c 1 #include <ctf-api.h>
9 ctf_archive_t *ctf; local
21 if ((ctf = ctf_open (argv[1], NULL, &err)) == NULL)
28 while ((fp = ctf_archive_next (ctf, &i, &arcname, 1, &err)) != NULL)
48 ctf_close (ctf);
pptrtab.c 1 #include <ctf-api.h>
9 ctf_archive_t *ctf; local
21 if ((ctf = ctf_open (argv[1], NULL, &err)) == NULL)
28 while ((fp = ctf_archive_next (ctf, &i, &arcname, 1, &err)) != NULL)
48 ctf_close (ctf);
type-add-unnamed-struct.c 1 #include <ctf-api.h>
9 ctf_archive_t *ctf; local
24 if ((ctf = ctf_open (argv[1], NULL, &err)) == NULL)
27 if ((fp = ctf_dict_open (ctf, NULL, &err)) == NULL)
54 ctf_close (ctf);
  /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-lookup/
ambiguous-struct.c 6 #include <ctf-api.h>
14 ctf_archive_t *ctf; local
25 if ((ctf = ctf_open (argv[1], NULL, &err)) == NULL)
27 if ((fp = ctf_dict_open (ctf, NULL, &err)) == NULL)
41 ctf_close (ctf);
struct-lookup.c 1 #include <ctf-api.h>
9 ctf_archive_t *ctf; local
21 if ((ctf = ctf_open (argv[1], NULL, &err)) == NULL)
23 if ((fp = ctf_dict_open (ctf, NULL, &err)) == NULL)
50 ctf_close (ctf);
unnamed-field-info.c 3 #include <ctf-api.h>
8 #include "unnamed-field-info-ctf.c"
19 fprintf (stderr, "field %s inconsistency: offsetof() says %zi bits, CTF says %li\n",
34 ctf_archive_t *ctf; local
44 if ((ctf = ctf_open (argv[1], NULL, &err)) == NULL)
46 if ((fp = ctf_dict_open (ctf, NULL, &err)) == NULL)
66 ctf_arc_close (ctf);
ambiguous-struct.c 6 #include <ctf-api.h>
14 ctf_archive_t *ctf; local
25 if ((ctf = ctf_open (argv[1], NULL, &err)) == NULL)
27 if ((fp = ctf_dict_open (ctf, NULL, &err)) == NULL)
41 ctf_close (ctf);
struct-lookup.c 1 #include <ctf-api.h>
9 ctf_archive_t *ctf; local
21 if ((ctf = ctf_open (argv[1], NULL, &err)) == NULL)
23 if ((fp = ctf_dict_open (ctf, NULL, &err)) == NULL)
50 ctf_close (ctf);
unnamed-field-info.c 3 #include <ctf-api.h>
8 #include "unnamed-field-info-ctf.c"
19 fprintf (stderr, "field %s inconsistency: offsetof() says %zi bits, CTF says %li\n",
34 ctf_archive_t *ctf; local
44 if ((ctf = ctf_open (argv[1], NULL, &err)) == NULL)
46 if ((fp = ctf_dict_open (ctf, NULL, &err)) == NULL)
66 ctf_arc_close (ctf);
add-to-opened.c 1 /* Make sure you can add to ctf_open()ed CTF dicts, and that you
4 #include <ctf-api.h>
12 ctf_archive_t *ctf; local
26 if ((ctf = ctf_open (argv[1], NULL, &err)) == NULL)
28 if ((fp = ctf_dict_open (ctf, NULL, &err)) == NULL)
140 ctf_close (ctf);
enum-symbol.c 2 #include <ctf-api.h>
10 ctf_archive_t *ctf; local
24 if ((ctf = ctf_open (argv[1], NULL, &err)) == NULL)
29 if ((fp = ctf_arc_lookup_symbol_name (ctf, "primary1", &type, &err)) == NULL)
40 if (((tmp_fp = ctf_arc_lookup_symbol_name (ctf, "primary1", &tmp, &err)) != fp)
46 ctf_close (ctf);
enum.c 1 #include <ctf-api.h>
16 ctf_archive_t *ctf; local
29 if ((ctf = ctf_open (argv[1], NULL, &err)) == NULL)
31 if ((fp = ctf_dict_open (ctf, NULL, &err)) == NULL)
62 ctf_close (ctf);
  /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-regression/
pptrtab.c 1 #include <ctf-api.h>
9 ctf_archive_t *ctf; local
21 if ((ctf = ctf_open (argv[1], NULL, &err)) == NULL)
28 while ((fp = ctf_archive_next (ctf, &i, &arcname, 1, &err)) != NULL)
48 ctf_close (ctf);
pptrtab.c 1 #include <ctf-api.h>
9 ctf_archive_t *ctf; local
21 if ((ctf = ctf_open (argv[1], NULL, &err)) == NULL)
28 while ((fp = ctf_archive_next (ctf, &i, &arcname, 1, &err)) != NULL)
48 ctf_close (ctf);
type-add-unnamed-struct.c 1 #include <ctf-api.h>
9 ctf_archive_t *ctf; local
24 if ((ctf = ctf_open (argv[1], NULL, &err)) == NULL)
27 if ((fp = ctf_dict_open (ctf, NULL, &err)) == NULL)
54 ctf_close (ctf);

Completed in 85 milliseconds

1 2 3