Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dreader.cc69 const dex::MapList* Reader::DexMapList() const { in DexMapList()
70 return dataPtr<dex::MapList>(header_->map_off); in DexMapList()
971 auto map_list = ptr<dex::MapList>(header_->map_off); in ValidateHeader()
/tools/dexter/testdata/expected/
Dmin.map13 MapList : 12c, 88 [1]
Dentry_hooks.map15 MapList : db0, a0 [1]
Dmi.map15 MapList : 390, a0 [1]
Dexit_hooks.map15 MapList : a70, a0 [1]
Dtry_catch.map18 MapList : 57c, c4 [1]
Dhello_nodebug.map17 MapList : 920, b8 [1]
Dhello.map18 MapList : b74, c4 [1]
Dmedium.map20 MapList : f35a4, dc [1]
Dlarge.map20 MapList : 9ab5a0, dc [1]
/tools/dexter/slicer/export/slicer/
Dreader.h56 const dex::MapList* DexMapList() const;
Ddex_format.h169 struct MapList { struct
/tools/dexter/dexter/
Ddexter.cc130 const dex::MapList& dexMap = *reader.DexMapList(); in PrintDexMap()