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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libctf/common/
H A Dctf_lib.c380 size_t strs_mapsz; local
434 strs_mapsz = sp[hdr.e64.e_shstrndx].sh_size +
437 strs_map = mmap64(NULL, strs_mapsz, PROT_READ, MAP_PRIVATE,
492 (void) munmap(strs_map, strs_mapsz);
501 (void) munmap(strs_map, strs_mapsz);
523 (void) munmap(strs_map, strs_mapsz);

Completed in 43 milliseconds