Searched refs:curdie (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_section.c1468 Dwarf_P_Die curdie = 0; local
1535 curdie = dbg->de_dies;
1539 if (_dwarf_pro_add_AT_macro_info(dbg, curdie, 0, error) < 0)
1545 if (_dwarf_pro_add_AT_stmt_list(dbg, curdie, error) < 0)
1564 first_child = curdie->di_child;
1577 while (curdie != NULL) {
1587 curdie->di_offset = die_off;
1589 if (curdie->di_marker != 0)
1592 curabbrev = _dwarf_pro_getabbrev(curdie, abbrev_head);
1620 curdie
[all...]
H A Ddwarf_addr_finder.c197 Dwarf_Die curdie = 0; local
200 sibres = dwarf_siblingof(dbg, curdie, &sibdie, &err);

Completed in 111 milliseconds