Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libctf/common/
H A Dctf_lib.c490 size_t strs_mapsz, i; in ctf_fdcreate_int() local
571 strs_mapsz = sp[shstrndx].sh_size + in ctf_fdcreate_int()
574 strs_map = mmap64(NULL, strs_mapsz, PROT_READ, MAP_PRIVATE, in ctf_fdcreate_int()
631 (void) munmap(strs_map, strs_mapsz); in ctf_fdcreate_int()
641 (void) munmap(strs_map, strs_mapsz); in ctf_fdcreate_int()
666 (void) munmap(strs_map, strs_mapsz); in ctf_fdcreate_int()