Searched refs:sort_by_address (Results 1 – 1 of 1) sorted by relevance
/system/extras/showmap/ |
D | showmap.c | 116 static int order_before(const mapinfo *a, const mapinfo *b, int sort_by_address) { in order_before() argument 117 if (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() argument 148 if (!current || order_before(map, current, sort_by_address)) { in enqueue_map() 163 static mapinfo *load_maps(int pid, int sort_by_address, int coalesce_by_name) in load_maps() argument 191 enqueue_map(&head, current, sort_by_address, coalesce_by_name); in load_maps() 199 enqueue_map(&head, current, sort_by_address, coalesce_by_name); in load_maps()
|