Searched refs:shdrInfo (Results 1 – 2 of 2) sorted by relevance
416 const auto &shdrInfo = shdrMap_.at(name); in GetSectionInfo() local417 sectionVaddr = shdrInfo.sectionVaddr_; in GetSectionInfo()418 sectionSize = shdrInfo.sectionSize_; in GetSectionInfo()419 sectionFileOffset = shdrInfo.sectionFileOffset_; in GetSectionInfo()
444 const auto &shdrInfo = shdrMap_.at(name); in GetSectionInfo() local445 sectionVaddr = shdrInfo.sectionVaddr_; in GetSectionInfo()446 sectionSize = shdrInfo.sectionSize_; in GetSectionInfo()447 sectionFileOffset = shdrInfo.sectionFileOffset_; in GetSectionInfo()