Searched defs:MapEntry (Results 1 – 1 of 1) sorted by relevance
40 struct MapEntry { struct41 MapEntry(uintptr_t start, uintptr_t end, uintptr_t offset, const char* name, size_t name_len) in MapEntry() function44 MapEntry(uintptr_t pc) : start(pc), end(pc) {} in MapEntry() argument57 bool operator()(const MapEntry* a, const MapEntry* b) const { in operator() argument