Searched refs:mapbase (Results 1 – 1 of 1) sorted by relevance
156 void const* mapbase = MAP_FAILED; in main() local212 mapbase = mmap(0, mapsize, PROT_READ, MAP_PRIVATE, fb, 0); in main()213 if (mapbase != MAP_FAILED) { in main()214 base = (void const *)((char const *)mapbase + offset); in main()246 if (mapbase != MAP_FAILED) { in main()247 munmap((void *)mapbase, mapsize); in main()