Lines Matching defs:isroot
976 ctf_dwarf_create_base(ctf_cu_t *cup, Dwarf_Die die, ctf_id_t *idp, int isroot,
1007 id = ctf_add_encoded(cup->cu_ctfp, isroot, name, &enc, kind);
1326 int kind, int isroot)
1358 base = ctf_add_forward(cup->cu_ctfp, isroot, name, kind);
1360 base = ctf_add_struct(cup->cu_ctfp, isroot, name);
1362 base = ctf_add_union(cup->cu_ctfp, isroot, name);
1393 ctf_id_t base, int isroot)
1443 if ((*idp = ctf_add_array(cup->cu_ctfp, isroot, &ar)) == CTF_ERR)
1455 ctf_dwarf_create_array(ctf_cu_t *cup, Dwarf_Die die, ctf_id_t *idp, int isroot)
1485 isroot)) != 0)
1493 int kind, int isroot)
1530 if ((*idp = ctf_add_reftype(cup->cu_ctfp, isroot, name, id, kind)) ==
1541 ctf_dwarf_create_enum(ctf_cu_t *cup, Dwarf_Die die, ctf_id_t *idp, int isroot)
1553 id = ctf_add_enum(cup->cu_ctfp, isroot, name);
1637 ctf_dwarf_create_fptr(ctf_cu_t *cup, Dwarf_Die die, ctf_id_t *idp, int isroot)
1684 if ((*idp = ctf_add_funcptr(cup->cu_ctfp, isroot, &fi, argv)) ==
1696 int isroot)
1733 ret = ctf_dwarf_create_base(cup, die, idp, isroot, offset);
1737 ret = ctf_dwarf_create_array(cup, die, idp, isroot);
1741 ret = ctf_dwarf_create_enum(cup, die, idp, isroot);
1746 isroot);
1751 isroot);
1755 ret = ctf_dwarf_create_fptr(cup, die, idp, isroot);
1760 isroot);
1765 isroot);
1770 isroot);
1775 isroot);
1780 isroot);