Home
last modified time | relevance | path

Searched refs:map_item (Results 1 – 1 of 1) sorted by relevance

/tools/dexter/slicer/
Dwriter.cc385 dex::MapItem map_item = {}; in AddMapItem() local
386 map_item.type = section.MapEntryType(); in AddMapItem()
387 map_item.size = section.ItemsCount(); in AddMapItem()
388 map_item.offset = section.SectionOffset(); in AddMapItem()
389 items.push_back(map_item); in AddMapItem()