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

/freebsd-11-stable/contrib/gdb/gdb/
H A Dnto-procfs.c345 procfs_mapinfo *mapinfos = NULL; local
378 printf ("failed devctl num mapinfos - %d (%s)\n", err, safe_strerror (err));
382 mapinfos = xmalloc (num * sizeof (procfs_mapinfo));
385 mapinfo_p = mapinfos;
392 printf ("failed devctl mapinfos - %d (%s)\n", err, safe_strerror (err));
393 xfree (mapinfos);
399 /* Run through the list of mapinfos, and store the data and text info
401 for (mapinfo_p = mapinfos, i = 0; i < num; i++, mapinfo_p++)
426 for (mapinfo_p2 = mapinfos, j = 0; j < num; j++, mapinfo_p2++)
482 xfree (mapinfos);
[all...]

Completed in 72 milliseconds