Searched refs:newdie (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libdwarf/common/ |
H A D | dwarf_addr_finder.c | 402 process_this_die_attrs(Dwarf_Debug dbg, Dwarf_Die newdie, int *errval) in process_this_die_attrs() argument 412 int doffres = dwarf_dieoffset(newdie, &doff, &err); in process_this_die_attrs() 420 tres = dwarf_tag(newdie, <ag, &err); in process_this_die_attrs() 430 int lres = handle_debug_line(dbg, newdie, send_addr_note, errval); in process_this_die_attrs() 442 resattr = dwarf_hasattr(newdie, newattrnum, &hasattr, &err); in process_this_die_attrs() 445 res = handle_attr_addr(dbg, newdie, newattrnum, &err); in process_this_die_attrs() 464 resattr = dwarf_hasattr(newdie, newattrnum, &hasattr, &err); in process_this_die_attrs() 468 handle_attr_locdesc(dbg, newdie, newattrnum, &err); in process_this_die_attrs() 502 Dwarf_Die newdie = die; in do_this_die_and_dealloc() local 513 res = process_this_die_attrs(dbg, newdie, errval); in do_this_die_and_dealloc() [all …]
|