Searched defs:MapEntry (Results 1 – 1 of 1) sorted by relevance
39 struct MapEntry { struct40 …MapEntry(uintptr_t start, uintptr_t end, uintptr_t offset, const char* name, size_t name_len, int … in MapEntry() argument43 explicit MapEntry(uintptr_t pc) : start(pc), end(pc) {} in MapEntry() argument58 bool operator()(const MapEntry* a, const MapEntry* b) const { return a->end <= b->start; } in operator() argument