Searched refs:map_info (Results 1 - 8 of 8) sorted by relevance

/system/core/include/corkscrew/
H A Dmap_info.h30 typedef struct map_info { struct
31 struct map_info* next;
H A Dbacktrace.h28 #include <corkscrew/map_info.h>
H A Dptrace.h22 #include <corkscrew/map_info.h>
/system/core/libcorkscrew/
H A Dptrace-arch.h23 #include <corkscrew/map_info.h>
H A DAndroid.mk21 map_info.c \
H A Dmap_info.c20 #include <corkscrew/map_info.h>
H A Dbacktrace.c23 #include <corkscrew/map_info.h>
/system/extras/procmem/
H A Dprocmem.c25 struct map_info { struct
52 struct map_info **mis;
53 struct map_info *mi;
127 /* get maps, and allocate our map_info array */
134 mis = (struct map_info **)calloc(num_maps, sizeof(struct map_info *));
136 fprintf(stderr, "error allocating map_info array: %s\n", strerror(errno));
158 mi = (struct map_info *)calloc(1, sizeof(struct map_info));
160 fprintf(stderr, "error allocating map_info
[all...]

Completed in 4023 milliseconds