Searched refs:map_id (Results 1 – 1 of 1) sorted by relevance
171 int map_id = 0; in LoadMapFromMemory() local172 files_ = StaticMap<int, char>(mem_buffer + offsets[map_id++]); in LoadMapFromMemory()174 StaticRangeMap<MemAddr, Function>(mem_buffer + offsets[map_id++]); in LoadMapFromMemory()176 StaticAddressMap<MemAddr, PublicSymbol>(mem_buffer + offsets[map_id++]); in LoadMapFromMemory()179 StaticContainedRangeMap<MemAddr, char>(mem_buffer + offsets[map_id++]); in LoadMapFromMemory()182 StaticRangeMap<MemAddr, char>(mem_buffer + offsets[map_id++]); in LoadMapFromMemory()183 cfi_delta_rules_ = StaticMap<MemAddr, char>(mem_buffer + offsets[map_id++]); in LoadMapFromMemory()