Searched refs:strs_mapsz (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c285 size_t strs_mapsz, i; local
366 strs_mapsz = sp[shstrndx].sh_size +
369 strs_map = mmap64(NULL, strs_mapsz, PROT_READ, MAP_PRIVATE,
424 (void) munmap(strs_map, strs_mapsz);
433 (void) munmap(strs_map, strs_mapsz);
455 (void) munmap(strs_map, strs_mapsz);

Completed in 104 milliseconds