Home | History | Annotate | Download | only in gold

Lines Matching refs:pdie

658   const unsigned char* pdie = dwinfo->buffer_at_offset(die_offset);
659 if (pdie == NULL)
661 unsigned int code = read_unsigned_LEB_128(pdie, &len);
684 const unsigned char* pdie =
686 if (pdie == NULL)
688 const unsigned char* pattr = pdie + this->attr_offset_;
702 off_t attr_off = this->die_offset_ + (pattr - pdie);
912 this->child_offset_ = this->die_offset_ + (pattr - pdie);
914 this->sibling_offset_ = this->die_offset_ + (pattr - pdie);
927 const unsigned char* pdie =
929 if (pdie == NULL)
931 const unsigned char* pattr = pdie + this->attr_offset_;
1017 return this->die_offset_ + (pattr - pdie);