Home
last modified time | relevance | path

Searched refs:foo_type (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-regression/
H A Dnonstatic-var-section-ld-r.c11 ctf_id_t foo_type, bar_type, sym_type; in main() local
33 if ((foo_type = ctf_lookup_variable (fp, "foo")) == CTF_ERR) in main()
36 printf ("foo is of type %lx\n", foo_type); in main()
H A Dnonstatic-var-section-ld.c11 ctf_id_t foo_type, bar_type, sym_type; in main() local
32 if ((foo_type = ctf_lookup_variable (fp, "foo")) == CTF_ERR) in main()
35 printf ("foo is of type %lx\n", foo_type); in main()