Searched defs:MapInfo (Results 1 – 2 of 2) sorted by relevance
/system/core/libunwindstack/include/unwindstack/ |
D | MapInfo.h | 32 struct MapInfo { struct 33 MapInfo(MapInfo* map_info, uint64_t start, uint64_t end, uint64_t offset, uint64_t flags, in MapInfo() function 43 MapInfo(MapInfo* map_info, uint64_t start, uint64_t end, uint64_t offset, uint64_t flags, in MapInfo() function 69 MapInfo* prev_map = nullptr; argument 71 std::atomic_uint64_t load_bias; 97 MapInfo(const MapInfo&) = delete; argument 98 void operator=(const MapInfo&) = delete; argument 104 std::mutex mutex_;
|
/system/core/libprocinfo/include/procinfo/ |
D | process_map.h | 160 struct MapInfo { struct 168 MapInfo(uint64_t start, uint64_t end, uint16_t flags, uint64_t pgoff, ino_t inode, in MapInfo() argument
|