Home
last modified time | relevance | path

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

/system/extras/showmap/
Dshowmap.c12 typedef struct mapinfo mapinfo; typedef
14 struct mapinfo { struct
15 mapinfo *next; argument
40 static int parse_header(const char* line, const mapinfo* prev, mapinfo** mi) { in parse_header() argument
71 struct mapinfo* info = calloc(1, sizeof(mapinfo) + name_size); in parse_header()
87 static int parse_field(mapinfo* mi, const char* line) { in parse_field()
116 static int order_before(const mapinfo *a, const mapinfo *b, int sort_by_address) { in order_before()
125 static void enqueue_map(mapinfo **head, mapinfo *map, int sort_by_address, int coalesce_by_name) { in enqueue_map()
126 mapinfo *prev = NULL; in enqueue_map()
127 mapinfo *current = *head; in enqueue_map()
[all …]