Searched defs:mapinfo (Results 1 - 1 of 1) sorted by relevance

/system/extras/showmap/
H A Dshowmap.cpp11 struct mapinfo { struct
12 mapinfo *next;
43 static int parse_header(const char* line, const mapinfo* prev, mapinfo** mi) {
74 struct mapinfo* info = reinterpret_cast<mapinfo*>(calloc(1, sizeof(mapinfo) + name_size));
90 static int parse_field(mapinfo* mi, const char* line) {
121 static int order_before(const mapinfo *a, const mapinfo *
[all...]

Completed in 57 milliseconds