Home
last modified time | relevance | path

Searched refs:pdie (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Ddwarf_reader.cc658 const unsigned char* pdie = dwinfo->buffer_at_offset(die_offset); in Dwarf_die() local
659 if (pdie == NULL) in Dwarf_die()
661 unsigned int code = read_unsigned_LEB_128(pdie, &len); in Dwarf_die()
684 const unsigned char* pdie = in read_attributes() local
686 if (pdie == NULL) in read_attributes()
688 const unsigned char* pattr = pdie + this->attr_offset_; in read_attributes()
702 off_t attr_off = this->die_offset_ + (pattr - pdie); in read_attributes()
912 this->child_offset_ = this->die_offset_ + (pattr - pdie); in read_attributes()
914 this->sibling_offset_ = this->die_offset_ + (pattr - pdie); in read_attributes()
927 const unsigned char* pdie = in skip_attributes() local
[all …]