Home
last modified time | relevance | path

Searched refs:lastByte (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/common/
H A DStExecutableImage.cpp208 uint32_t lastByte = region.endAddress(); // last used byte in this region in cropRegionToFilter() local
218 if (cropTo > lastByte) in cropRegionToFilter()
220 cropTo = lastByte; in cropRegionToFilter()
233 if (cropFrom == firstByte && cropTo == lastByte) in cropRegionToFilter()
242 uint32_t leftoverLength = lastByte - cropTo; in cropRegionToFilter()
411 uint32_t lastByte = region.endAddress(); // last used byte in this region in matchesMemoryRegion() local
412 …rstByte >= m_fromAddress && firstByte <= m_toAddress) || (lastByte >= m_fromAddress && lastByte <=… in matchesMemoryRegion()