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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dprocfs.c3143 struct prmap *prmaps; local
3150 and read the mappings into prmaps. */
3164 prmaps = (struct prmap *) alloca ((nmap + 1) * sizeof (*prmaps));
3165 if (read (map_fd.get (), (char *) prmaps, nmap * sizeof (*prmaps))
3166 != (nmap * sizeof (*prmaps)))
3169 for (prmap = prmaps; nmap > 0; prmap++, nmap--)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dprocfs.c3116 struct prmap *prmaps; local
3123 and read the mappings into prmaps. */
3137 prmaps = (struct prmap *) alloca ((nmap + 1) * sizeof (*prmaps));
3138 if (read (map_fd.get (), (char *) prmaps, nmap * sizeof (*prmaps))
3139 != (nmap * sizeof (*prmaps)))
3142 for (prmap = prmaps; nmap > 0; prmap++, nmap--)

Completed in 209 milliseconds