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

  /src/external/gpl3/gdb.old/dist/libctf/
ctf-lookup.c 374 ctf_lookup_variable_here (ctf_dict_t *fp, const char *name) function
401 if ((type = ctf_lookup_variable_here (fp, name)) == CTF_ERR)
405 if ((type = ctf_lookup_variable_here (fp->ctf_parent, name)) != CTF_ERR)
  /src/external/gpl3/binutils/dist/libctf/
ctf-lookup.c 374 ctf_lookup_variable_here (ctf_dict_t *fp, const char *name) function
401 if ((type = ctf_lookup_variable_here (fp, name)) == CTF_ERR)
405 if ((type = ctf_lookup_variable_here (fp->ctf_parent, name)) != CTF_ERR)
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-lookup.c 374 ctf_lookup_variable_here (ctf_dict_t *fp, const char *name) function
401 if ((type = ctf_lookup_variable_here (fp, name)) == CTF_ERR)
405 if ((type = ctf_lookup_variable_here (fp->ctf_parent, name)) != CTF_ERR)
  /src/external/gpl3/gdb/dist/libctf/
ctf-lookup.c 374 ctf_lookup_variable_here (ctf_dict_t *fp, const char *name) function
401 if ((type = ctf_lookup_variable_here (fp, name)) == CTF_ERR)
405 if ((type = ctf_lookup_variable_here (fp->ctf_parent, name)) != CTF_ERR)

Completed in 27 milliseconds