Home
last modified time | relevance | path

Searched refs:ctf_lookup_variable (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-regression/
H A Dnonstatic-var-section-ld-r.c33 if ((foo_type = ctf_lookup_variable (fp, "foo")) == CTF_ERR) in main()
38 if ((bar_type = ctf_lookup_variable (fp, "bar")) == CTF_ERR) in main()
H A Dnonstatic-var-section-ld.c32 if ((foo_type = ctf_lookup_variable (fp, "foo")) == CTF_ERR) in main()
37 if ((bar_type = ctf_lookup_variable (fp, "bar")) == CTF_ERR) in main()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dlibctf.ver56 ctf_lookup_variable;
H A Dctf-lookup.c389 ctf_lookup_variable (ctf_dict_t *fp, const char *name) in ctf_lookup_variable() function
405 if ((ptype = ctf_lookup_variable (fp->ctf_parent, name)) != CTF_ERR) in ctf_lookup_variable()
H A DChangeLog-2020173 (ctf_lookup_variable): Likewise.
1882 (ctf_lookup_variable): Likewise.
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dlibctf.ver56 ctf_lookup_variable;
H A Dctf-lookup.c392 ctf_lookup_variable (ctf_dict_t *fp, const char *name) in ctf_lookup_variable() function
405 return ctf_lookup_variable (fp->ctf_parent, name); in ctf_lookup_variable()
H A DChangeLog-2020173 (ctf_lookup_variable): Likewise.
1882 (ctf_lookup_variable): Likewise.
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dctf-api.h404 extern ctf_id_t ctf_lookup_variable (ctf_dict_t *, const char *);
H A DChangeLog-2019361 (ctf_lookup_variable): Likewise.
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dctf-api.h404 extern ctf_id_t ctf_lookup_variable (ctf_dict_t *, const char *);
H A DChangeLog-2019361 (ctf_lookup_variable): Likewise.
/netbsd-src/external/gpl3/gdb.old/dist/include/
H A DChangeLog-2019361 (ctf_lookup_variable): Likewise.
/netbsd-src/external/gpl3/gdb/dist/include/
H A DChangeLog-2019361 (ctf_lookup_variable): Likewise.
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-2020173 (ctf_lookup_variable): Likewise.
1882 (ctf_lookup_variable): Likewise.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git55513 * ctf-lookup.c (ctf_lookup_variable): Propagate errors.