HomeSort by relevance Sort by last modified time
    Searched refs:this_die (Results 1 - 2 of 2) sorted by null

  /external/elfutils/libdw/
dwarf_siblingof.c 54 Dwarf_Die this_die = *die; local
58 sibattr.cu = this_die.cu;
60 unsigned char *addr = this_die.addr;
69 addr = __libdw_find_attr (&this_die, DW_AT_sibling, &sibattr.code,
82 size_t die_off = this_die.addr - this_die.cu->startp;
93 || unlikely (this_die.abbrev == DWARF_END_ABBREV))
95 else if (this_die.abbrev->has_children)
122 this_die.addr = addr;
123 this_die.abbrev = NULL
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
dwarf1.c 186 bfd_byte *this_die = aDiePtr; local
187 bfd_byte *xptr = this_die;
195 || (this_die + aDieInfo->length) >= aDiePtrEnd)
209 while (xptr < (this_die + aDieInfo->length))

Completed in 68 milliseconds