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

  /src/external/cddl/osnet/dist/uts/common/ctf/
ctf_mod.c 95 ctf_open(const char *filename, int *errp) function
  /src/external/gpl3/binutils/dist/libctf/
ctf-open-bfd.c 357 ctf_open (const char *filename, const char *target, int *errp) function
380 return ctf_open (filename, NULL, errp);
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-open-bfd.c 357 ctf_open (const char *filename, const char *target, int *errp) function
380 return ctf_open (filename, NULL, errp);
ctf-link.c 24 #pragma weak ctf_open macro
103 for the filename, because that needs to be ctf_open()ed. */
189 if (!buf && !ctf && name && !ctf_open)
242 input->clin_arc = ctf_open (input->clin_filename, NULL, &err);
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-open-bfd.c 357 ctf_open (const char *filename, const char *target, int *errp) function
380 return ctf_open (filename, NULL, errp);
ctf-link.c 24 #pragma weak ctf_open macro
103 for the filename, because that needs to be ctf_open()ed. */
189 if (!buf && !ctf && name && !ctf_open)
242 input->clin_arc = ctf_open (input->clin_filename, NULL, &err);
  /src/external/gpl3/gdb/dist/libctf/
ctf-open-bfd.c 357 ctf_open (const char *filename, const char *target, int *errp) function
380 return ctf_open (filename, NULL, errp);
  /src/external/cddl/osnet/dist/lib/libctf/common/
ctf_lib.c 477 ctf_open(const char *filename, int *errp) function

Completed in 66 milliseconds