Home | History | Annotate | Download | only in MCAnalysis

Lines Matching refs:SAddr

110     uint64_t SAddr; S->getAddress(SAddr);
114 Contents = Contents.substr(Addr - SAddr);
205 uint64_t SAddr; S.getAddress(SAddr);
206 return SAddr < Addr;
219 uint64_t SAddr; It->getAddress(SAddr);
221 if (Addr >= SAddr + SSize)
242 uint64_t SAddr;
243 Section.getAddress(SAddr);
247 std::lower_bound(SortedSections.begin(), SortedSections.end(), SAddr,
251 if (FoundSAddr < SAddr + SSize)