Lines Matching defs:shinfo
267 ShdrInfo shinfo;
268 if (elfFile_->GetSectionInfo(shinfo, ".eh_frame_hdr")) {
271 LoadEhFrameHDR(mmapPtr + shinfo.offset, shinfo.size, shinfo.offset);
310 ShdrInfo shinfo;
311 if (!elfFile_->GetSectionInfo(shinfo, ".eh_frame_hdr")) {
315 ehFrameHDRElfOffset_ = shinfo.offset;
327 if (!LoadEhFrameHDR(mmapPtr + shinfo.offset, elfFile_->GetMmapSize(), shinfo.offset)) {