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

/system/extras/showmap/
H A Dshowmap.c12 typedef struct mapinfo mapinfo; typedef in typeref:struct:mapinfo
14 struct mapinfo { struct
15 mapinfo *next;
40 static int parse_header(const char* line, const mapinfo* prev, mapinfo** mi) {
71 struct mapinfo* info = calloc(1, sizeof(mapinfo) + name_size);
87 static int parse_field(mapinfo* mi, const char* line) {
114 static int order_before(const mapinfo *
[all...]

Completed in 49 milliseconds