Home
last modified time | relevance | path

Searched refs:map_image (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/com32/mboot/
Dmboot.h77 struct multiboot_header *map_image(void *ptr, size_t len);
Dmboot.c207 mbh = map_image(modules[0].data, modules[0].len); in main()
Dmap.c101 struct multiboot_header *map_image(void *ptr, size_t len) in map_image() function