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

  /src/external/gpl3/binutils/dist/libctf/
ctf-create.c 585 ctf_add_slice (ctf_dict_t *fp, uint32_t flag, ctf_id_t ref, function
930 return ctf_add_slice (fp, flag, type, ep);
1329 if ((type = ctf_add_slice (fp, CTF_ADD_NONROOT, otype, &encoding)) == CTF_ERR)
1855 dst_type = ctf_add_slice (dst_fp, flag, src_type, &src_en);
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-create.c 585 ctf_add_slice (ctf_dict_t *fp, uint32_t flag, ctf_id_t ref, function
930 return ctf_add_slice (fp, flag, type, ep);
1329 if ((type = ctf_add_slice (fp, CTF_ADD_NONROOT, otype, &encoding)) == CTF_ERR)
1855 dst_type = ctf_add_slice (dst_fp, flag, src_type, &src_en);
  /src/external/gpl3/gdb/dist/libctf/
ctf-create.c 586 ctf_add_slice (ctf_dict_t *fp, uint32_t flag, ctf_id_t ref, function
931 return ctf_add_slice (fp, flag, type, ep);
1326 if ((type = ctf_add_slice (fp, CTF_ADD_NONROOT, otype, &encoding)) == CTF_ERR)
1852 dst_type = ctf_add_slice (dst_fp, flag, src_type, &src_en);
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-create.c 586 ctf_add_slice (ctf_dict_t *fp, uint32_t flag, ctf_id_t ref, function
931 return ctf_add_slice (fp, flag, type, ep);
1293 if ((type = ctf_add_slice (fp, CTF_ADD_NONROOT, otype, &encoding)) == CTF_ERR)
1783 dst_type = ctf_add_slice (dst_fp, flag, src_type, &src_en);

Completed in 46 milliseconds