Lines Matching defs:shinfo
236 ShdrInfo shinfo;
237 if (elfFile_->GetSectionInfo(shinfo, ".eh_frame_hdr")) {
238 LoadEhFrameHDR(elfFile_->GetMmapPtr() + shinfo.offset, shinfo.size, shinfo.offset);
271 ShdrInfo shinfo;
272 if (!elfFile_->GetSectionInfo(shinfo, ".eh_frame_hdr")) {
276 ehFrameHDRElfOffset_ = shinfo.offset;
286 if (!LoadEhFrameHDR(elfFile_->GetMmapPtr() + shinfo.offset, elfFile_->GetMmapSize(), shinfo.offset)) {