Searched refs:map_pathname (Results 1 – 1 of 1) sorted by relevance
191 char *map_pathname; in build_so_list_from_mapfile() local196 map_pathname = xstrprintf ("/proc/%d/map", pid); in build_so_list_from_mapfile()197 map_fd = open (map_pathname, O_RDONLY); in build_so_list_from_mapfile()198 xfree (map_pathname); in build_so_list_from_mapfile()