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

  /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-lookup/
conflicting-type-syms.c 11 ctf_dict_t *a_fp, *ignore1_fp, *b_fp, *ignore2_fp, *tmp_fp; local
32 if ((b_fp = ctf_arc_lookup_symbol_name (ctf, "b", &b, &err)) == NULL)
34 printf ("Type of b is %s\n", foo = ctf_type_aname (b_fp, b));
63 if (((tmp_fp = ctf_arc_lookup_symbol_name (ctf, "b", &tmp, &err)) != b_fp)
79 ctf_dict_close (b_fp);
conflicting-type-syms.c 11 ctf_dict_t *a_fp, *ignore1_fp, *b_fp, *ignore2_fp, *tmp_fp; local
32 if ((b_fp = ctf_arc_lookup_symbol_name (ctf, "b", &b, &err)) == NULL)
34 printf ("Type of b is %s\n", foo = ctf_type_aname (b_fp, b));
63 if (((tmp_fp = ctf_arc_lookup_symbol_name (ctf, "b", &tmp, &err)) != b_fp)
79 ctf_dict_close (b_fp);
  /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-lookup/
conflicting-type-syms.c 11 ctf_dict_t *a_fp, *ignore1_fp, *b_fp, *ignore2_fp, *tmp_fp; local
32 if ((b_fp = ctf_arc_lookup_symbol_name (ctf, "b", &b, &err)) == NULL)
34 printf ("Type of b is %s\n", foo = ctf_type_aname (b_fp, b));
63 if (((tmp_fp = ctf_arc_lookup_symbol_name (ctf, "b", &tmp, &err)) != b_fp)
79 ctf_dict_close (b_fp);
conflicting-type-syms.c 11 ctf_dict_t *a_fp, *ignore1_fp, *b_fp, *ignore2_fp, *tmp_fp; local
32 if ((b_fp = ctf_arc_lookup_symbol_name (ctf, "b", &b, &err)) == NULL)
34 printf ("Type of b is %s\n", foo = ctf_type_aname (b_fp, b));
63 if (((tmp_fp = ctf_arc_lookup_symbol_name (ctf, "b", &tmp, &err)) != b_fp)
79 ctf_dict_close (b_fp);

Completed in 43 milliseconds