Searched defs:map_file (Results 1 - 2 of 2) sorted by relevance

/external/elfutils/src/
H A Dstrings.c461 map_file (int fd, off64_t start_off, off64_t fdlen, size_t *map_sizep) function
587 elfmap_base = elfmap = map_file (fd, elfmap_off, fdlen, &elfmap_size);
/external/grub/lib/
H A Ddevice.c494 read_device_map (FILE *fp, char **map, const char *map_file) argument
501 fprintf (stderr, "%s:%d: error: %s\n", map_file, no, msg);
509 fprintf (stderr, "%s:%d: warning: ", map_file, no);
619 init_device_map (char ***map, const char *map_file, int floppy_disks) argument
636 if (map_file)
639 fp = fopen (map_file, "r");
644 ret = read_device_map (fp, *map, map_file);
656 if (map_file)
658 fp = fopen (map_file, "w");

Completed in 90 milliseconds