Home
last modified time | relevance | path

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

/system/extras/showmap/
Dshowmap.cpp11 struct mapinfo { struct
12 mapinfo *next; argument
43 static int parse_header(const char* line, const mapinfo* prev, mapinfo** mi) { in parse_header() argument
74 struct mapinfo* info = reinterpret_cast<mapinfo*>(calloc(1, sizeof(mapinfo) + name_size)); in parse_header()
90 static int parse_field(mapinfo* mi, const char* line) { in parse_field()
121 static int order_before(const mapinfo *a, const mapinfo *b, int sort_by_address) { in order_before()
130 static void enqueue_map(mapinfo **head, mapinfo *map, int sort_by_address, int coalesce_by_name) { in enqueue_map()
131 mapinfo *prev = NULL; in enqueue_map()
132 mapinfo *current = *head; in enqueue_map()
169 static mapinfo *load_maps(int pid, int sort_by_address, int coalesce_by_name) in load_maps()
[all …]