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

  /src/external/gpl3/binutils/dist/libctf/
ctf-serialize.c 1164 ctf_write_mem (ctf_dict_t *fp, size_t *size, size_t threshold) function
1207 ctf_err_warn (fp, 0, 0, _("ctf_write_mem: cannot allocate %li bytes"),
1269 if ((buf = ctf_write_mem (fp, &tmp, threshold)) == NULL)
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-serialize.c 1158 ctf_write_mem (ctf_dict_t *fp, size_t *size, size_t threshold) function
1201 ctf_err_warn (fp, 0, 0, _("ctf_write_mem: cannot allocate %li bytes"),
1263 if ((buf = ctf_write_mem (fp, &tmp, threshold)) == NULL)
  /src/external/gpl3/gdb/dist/libctf/
ctf-serialize.c 1158 ctf_write_mem (ctf_dict_t *fp, size_t *size, size_t threshold) function
1201 ctf_err_warn (fp, 0, 0, _("ctf_write_mem: cannot allocate %li bytes"),
1263 if ((buf = ctf_write_mem (fp, &tmp, threshold)) == NULL)
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-serialize.c 1158 ctf_write_mem (ctf_dict_t *fp, size_t *size, size_t threshold) function
1201 ctf_err_warn (fp, 0, 0, _("ctf_write_mem: cannot allocate %li bytes"),
1263 if ((buf = ctf_write_mem (fp, &tmp, 0)) == NULL)
1297 if ((buf = ctf_write_mem (fp, &tmp, (size_t) -1)) == NULL)

Completed in 31 milliseconds