Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Dmapfile-vers129 dwarf_child;
H A Ddwarf_query.c257 res = dwarf_child(die,&child,error); in dwarf_offset_list()
H A Ddwarf_die_deliv.c2386 dwarf_child(Dwarf_Die die, in dwarf_child() function
H A Dlibdwarf.h1706 int dwarf_child(Dwarf_Die /*die*/,
H A Dgenerated_libdwarf.h.in1706 int dwarf_child(Dwarf_Die /*die*/,
1817 dwarf_child called on each,
1818 so that the last DIE dwarf_child saw was the last.
1822 DIE traversed by dwarf_child is returned through *offset */
H A Dlibdwarf.h.in1706 int dwarf_child(Dwarf_Die /*die*/,
1817 dwarf_child called on each,
1818 so that the last DIE dwarf_child saw was the last.
1822 DIE traversed by dwarf_child is returned through *offset */
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_dwarf.c795 ret = dwarf_child(base, childp, &derr); in ctf_dwarf_child()