Searched refs:buf_mmapped (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/elftoolchain/libelftc/
H A Delftc_copyfile.c51 int buf_mmapped; local
65 buf_mmapped = 0;
74 buf_mmapped = 1;
83 if (buf_mmapped == false) {
104 if (buf_mmapped && munmap(buf, file_size) < 0)
108 if (!buf_mmapped)

Completed in 104 milliseconds