Searched refs:map_end (Results 1 – 6 of 6) sorted by relevance
721 desc.map_end = vend; in memcheck_mmap_exepath()742 replaced.map_end, desc.path, desc.map_start, desc.map_end); in memcheck_mmap_exepath()765 if (desc.map_start >= vstart && desc.map_end <= vend) { in memcheck_unmap()777 desc.map_start, desc.map_end, desc.exec_offset, vstart, vend); in memcheck_unmap()783 } else if (desc.map_end == vend) { in memcheck_unmap()785 desc.map_end = vstart; in memcheck_unmap()791 tail.map_end = desc.map_end; in memcheck_unmap()796 desc.map_end = vstart; in memcheck_unmap()
57 return (d1->desc.map_end - 1) < start2 ? -1 : 0; in cmp_rb()59 return (d2->desc.map_end - 1) < start1 ? 1 : 0; in cmp_rb()113 rdesc.desc.map_end = end; in mmrangemap_find_entry()
247 target_ulong map_end; member
117 if (q == map_end()) { in Remove()149 const Entry* end = map_end(); in Clear()163 const Entry* end = map_end(); in Next()179 const Entry* end = map_end(); in Probe()
111 Entry* map_end() const { return map_ + capacity_; } in map_end() function
145 MIMEToDescriptionsMap::const_iterator map_end = (*it)->mimeToDescriptions().end(); in refresh() local146 for (; map_it != map_end; ++map_it) in refresh()