Lines Matching refs:hdr
543 const unsigned char* hdr) const
552 if (hdr)
554 // We found HDR last time we were called, continue looking.
555 typename elfcpp::Shdr<size, big_endian> shdr(hdr);
574 hdr = pshdrs;
576 return hdr;
579 hdr += shdr_size;
580 while (hdr < hdr_end)
582 typename elfcpp::Shdr<size, big_endian> shdr(hdr);
584 return hdr;
585 hdr += shdr_size;
587 hdr = NULL;
589 return hdr;