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 D | nonstatic-var-section-ld-r.c | 33 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 D | nonstatic-var-section-ld.c | 32 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 D | libctf.ver | 56 ctf_lookup_variable;
|
H A D | ctf-lookup.c | 389 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 D | ChangeLog-2020 | 173 (ctf_lookup_variable): Likewise. 1882 (ctf_lookup_variable): Likewise.
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | libctf.ver | 56 ctf_lookup_variable;
|
H A D | ctf-lookup.c | 392 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 D | ChangeLog-2020 | 173 (ctf_lookup_variable): Likewise. 1882 (ctf_lookup_variable): Likewise.
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | ctf-api.h | 404 extern ctf_id_t ctf_lookup_variable (ctf_dict_t *, const char *);
|
H A D | ChangeLog-2019 | 361 (ctf_lookup_variable): Likewise.
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | ctf-api.h | 404 extern ctf_id_t ctf_lookup_variable (ctf_dict_t *, const char *);
|
H A D | ChangeLog-2019 | 361 (ctf_lookup_variable): Likewise.
|
/netbsd-src/external/gpl3/gdb.old/dist/include/ |
H A D | ChangeLog-2019 | 361 (ctf_lookup_variable): Likewise.
|
/netbsd-src/external/gpl3/gdb/dist/include/ |
H A D | ChangeLog-2019 | 361 (ctf_lookup_variable): Likewise.
|
/netbsd-src/external/gpl3/gdb/dist/libctf/ |
H A D | ChangeLog-2020 | 173 (ctf_lookup_variable): Likewise. 1882 (ctf_lookup_variable): Likewise.
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 55513 * ctf-lookup.c (ctf_lookup_variable): Propagate errors.
|