Lines Matching defs:die
346 /* Zero if the unit type doesn't support a die/type offset and/or id/sig.
682 __libdw_dieabbrev (Dwarf_Die *die, const unsigned char **readp)
685 if (die->abbrev == NULL || readp != NULL)
689 const unsigned char *addr = die->addr;
690 if (unlikely (die->cu == NULL
691 || addr >= (const unsigned char *) die->cu->endp))
692 return die->abbrev = DWARF_END_ABBREV;
693 get_uleb128 (code, addr, die->cu->endp);
698 if (die->abbrev == NULL)
699 die->abbrev = __libdw_findabbrev (die->cu, code);
701 return die->abbrev;
768 extern unsigned char *__libdw_find_attr (Dwarf_Die *die,
775 extern int __libdw_attr_intval (Dwarf_Die *die, int *valp, int attval)
781 Dwarf_Die die;