Home
last modified time | relevance | path

Searched refs:mapcache (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dmmaptrace.c87 static void *mapcache = NULL; variable
214 mapcache = NULL; in __collector_ext_mmap_install()
268 mapcache = __collector_reallocVSize (__collector_heap, mapcache, 0); in __collector_ext_mmap_deinstall()
270 mapcache = NULL; in __collector_ext_mmap_deinstall()
310 mapcache = __collector_reallocVSize (__collector_heap, mapcache, 0); in __collector_mmap_fork_child_cleanup()
691 mapcache = __collector_reallocVSize (__collector_heap, mapcache, in update_map_segments()
693 prmap_t *map = ((prmap_t *) mapcache) + (mapcache_entries - 1); in update_map_segments()
727 (prmap_t*) mapcache + nidx : NULL; in update_map_segments()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dmmaptrace.c100 static void *mapcache = NULL; variable
224 mapcache = NULL; in __collector_ext_mmap_install()
278 mapcache = __collector_reallocVSize (__collector_heap, mapcache, 0); in __collector_ext_mmap_deinstall()
280 mapcache = NULL; in __collector_ext_mmap_deinstall()
320 mapcache = __collector_reallocVSize (__collector_heap, mapcache, 0); in __collector_mmap_fork_child_cleanup()
712 mapcache = __collector_reallocVSize (__collector_heap, mapcache, in update_map_segments()
714 prmap_t *map = ((prmap_t *) mapcache) + (mapcache_entries - 1); in update_map_segments()
748 (prmap_t*) mapcache + nidx : NULL; in update_map_segments()
/netbsd-src/external/bsd/am-utils/dist/
H A DAUTHORS301 November 1, 1999: fixes to sync maps even if they are set to mapcache:=sync.
H A DChangeLog8589 are set to mapcache:=sync. Fix from Nick Williams