Home
last modified time | relevance | path

Searched refs:ctf_dwarf_child (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_dwarf.c788 ctf_dwarf_child(ctf_cu_t *cup, Dwarf_Die base, Dwarf_Die *childp) in ctf_dwarf_child() function
1396 if ((ret = ctf_dwarf_child(cup, die, &child)) != 0) in ctf_dwarf_fixup_sou()
1555 if ((ret = ctf_dwarf_child(cup, die, &child)) != 0) in ctf_dwarf_create_sou()
1764 if ((ret = ctf_dwarf_child(cup, die, &rdie)) != 0) in ctf_dwarf_create_array()
1948 if ((ret = ctf_dwarf_child(cup, die, &child)) != 0) { in ctf_dwarf_create_enum()
2217 if ((ret = ctf_dwarf_child(cup, die, &child)) != 0) in ctf_dwarf_walk_lexical()
2233 if ((ret = ctf_dwarf_child(cup, die, &child)) != 0) in ctf_dwarf_function_count()
2288 if ((ret = ctf_dwarf_child(cup, die, &child)) != 0) in ctf_dwarf_convert_fargs()
3250 ret = ctf_dwarf_child(cup, cu, &cup->cu_cu); in ctf_dwarf_preinit_dies()