Example accessing a DIE sibling.
Access to each DIE on a sibling list. This is the preferred form as it is slightly more efficient than dwarf_siblingof_b().
*/
{
int res = 0;
if (res == DW_DLV_OK) {
return_sib = 0;
return res;
}
return res;
}
struct Dwarf_Die_s * Dwarf_Die
Definition libdwarf.h:608
struct Dwarf_Error_s * Dwarf_Error
Definition libdwarf.h:597
int dwarf_siblingof_c(Dwarf_Die dw_die, Dwarf_Die *dw_return_siblingdie, Dwarf_Error *dw_error)
Return the next sibling DIE.
void dwarf_dealloc_die(Dwarf_Die dw_die)
Deallocate (free) a DIE.