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