Lines Matching refs:shdr_
94 const Elf32_Shdr* shdr_;
100 shdr_ = reinterpret_cast<const Elf32_Shdr*>(
104 reinterpret_cast<const char*>(ehdr) + shdr_[ehdr->e_shstrndx].sh_offset;
111 if ((shdr_[shnum].sh_type == type) &&
112 std::string(shstrtab_ + shdr_[shnum].sh_name) == section_name) {
113 return &shdr_[shnum];
165 const Elf32_Shdr* shdr_;
171 shdr_(reinterpret_cast<const Elf32_Shdr*>(
178 shdr_[sym.st_shndx].sh_offset,
185 shdr_[sym.st_shndx].sh_offset - shdr_[sym.st_shndx].sh_addr,