Searched defs:MapEntry (Results 1 – 1 of 1) sorted by relevance
42 MapEntry(uintptr_t start, uintptr_t end, uintptr_t offset, const char* name, size_t name_len, in MapEntry() function46 explicit MapEntry(uintptr_t pc) : start_(pc), end_(pc) {} in MapEntry() function