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

  /src/external/gpl3/binutils/dist/libctf/
ctf-open.c 1806 /* Without this, the refcnt is zero on entry and ctf_dict_close() won't
1810 ctf_dict_close (fp);
1826 ctf_dict_close() is a reference counted operation: if the specified file is
1831 ctf_dict_close (ctf_dict_t *fp) function
1839 return; /* Allow ctf_dict_close(NULL) to simplify caller code. */
1841 ctf_dprintf ("ctf_dict_close(%p) refcnt=%u\n", (void *) fp, fp->ctf_refcnt);
1859 ctf_dict_close (fp->ctf_parent);
1943 ctf_dict_close (fp);
1962 ctfsect's data * after ctf_dict_close(), which is why we return the actual
1965 ctf_getsect()/ ctf_dict_close()/free(). *
    [all...]
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-open.c 1806 /* Without this, the refcnt is zero on entry and ctf_dict_close() won't
1810 ctf_dict_close (fp);
1826 ctf_dict_close() is a reference counted operation: if the specified file is
1831 ctf_dict_close (ctf_dict_t *fp) function
1839 return; /* Allow ctf_dict_close(NULL) to simplify caller code. */
1841 ctf_dprintf ("ctf_dict_close(%p) refcnt=%u\n", (void *) fp, fp->ctf_refcnt);
1859 ctf_dict_close (fp->ctf_parent);
1943 ctf_dict_close (fp);
1962 ctfsect's data * after ctf_dict_close(), which is why we return the actual
1965 ctf_getsect()/ ctf_dict_close()/free(). *
    [all...]
  /src/external/gpl3/gdb/dist/libctf/
ctf-open.c 1804 /* Without this, the refcnt is zero on entry and ctf_dict_close() won't
1808 ctf_dict_close (fp);
1824 ctf_dict_close() is a reference counted operation: if the specified file is
1829 ctf_dict_close (ctf_dict_t *fp) function
1837 return; /* Allow ctf_dict_close(NULL) to simplify caller code. */
1839 ctf_dprintf ("ctf_dict_close(%p) refcnt=%u\n", (void *) fp, fp->ctf_refcnt);
1857 ctf_dict_close (fp->ctf_parent);
1941 ctf_dict_close (fp);
1960 ctfsect's data * after ctf_dict_close(), which is why we return the actual
1963 ctf_getsect()/ ctf_dict_close()/free(). *
    [all...]
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-open.c 1727 /* Without this, the refcnt is zero on entry and ctf_dict_close() won't
1731 ctf_dict_close (fp);
1747 ctf_dict_close() is a reference counted operation: if the specified file is
1752 ctf_dict_close (ctf_dict_t *fp) function
1760 return; /* Allow ctf_dict_close(NULL) to simplify caller code. */
1762 ctf_dprintf ("ctf_dict_close(%p) refcnt=%u\n", (void *) fp, fp->ctf_refcnt);
1780 ctf_dict_close (fp->ctf_parent);
1863 ctf_dict_close (fp);
1882 ctfsect's data * after ctf_dict_close(), which is why we return the actual
1885 ctf_getsect()/ ctf_dict_close()/free(). *
    [all...]

Completed in 31 milliseconds