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

  /src/external/gpl3/binutils/dist/libctf/
ctf-open.c 372 fp->ctf_cuname = ctf_strptr (fp, hp->cth_cuname);
374 if (fp->ctf_cuname)
375 ctf_dprintf ("ctf_set_base: CU name %s\n", fp->ctf_cuname);
2039 ctf_cuname (ctf_dict_t *fp) function
2041 return fp->ctf_cuname;
2053 fp->ctf_cuname = fp->ctf_dyncuname;
ctf-impl.h 442 const char *ctf_cuname; /* Compilation unit name (if any). */ member in struct:ctf_dict
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-open.c 372 fp->ctf_cuname = ctf_strptr (fp, hp->cth_cuname);
374 if (fp->ctf_cuname)
375 ctf_dprintf ("ctf_set_base: CU name %s\n", fp->ctf_cuname);
2039 ctf_cuname (ctf_dict_t *fp) function
2041 return fp->ctf_cuname;
2053 fp->ctf_cuname = fp->ctf_dyncuname;
ctf-impl.h 442 const char *ctf_cuname; /* Compilation unit name (if any). */ member in struct:ctf_dict
  /src/external/gpl3/gdb/dist/libctf/
ctf-open.c 372 fp->ctf_cuname = ctf_strptr (fp, hp->cth_cuname);
374 if (fp->ctf_cuname)
375 ctf_dprintf ("ctf_set_base: CU name %s\n", fp->ctf_cuname);
2037 ctf_cuname (ctf_dict_t *fp) function
2039 return fp->ctf_cuname;
2051 fp->ctf_cuname = fp->ctf_dyncuname;
ctf-impl.h 433 const char *ctf_cuname; /* Compilation unit name (if any). */ member in struct:ctf_dict
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-open.c 372 fp->ctf_cuname = ctf_strptr (fp, hp->cth_cuname);
374 if (fp->ctf_cuname)
375 ctf_dprintf ("ctf_set_base: CU name %s\n", fp->ctf_cuname);
1959 ctf_cuname (ctf_dict_t *fp) function
1961 return fp->ctf_cuname;
1973 fp->ctf_cuname = fp->ctf_dyncuname;
ctf-impl.h 430 const char *ctf_cuname; /* Compilation unit name (if any). */ member in struct:ctf_dict

Completed in 33 milliseconds