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

/external/python/cpython2/Modules/_ctypes/libffi/src/
H A Dclosures.c261 static int execfd = -1; variable
434 if (execfd == -1)
438 execfd = open_temp_exec_file ();
439 if (execfd == -1)
445 if (ftruncate (execfd, offset + length))
452 flags, execfd, offset);
457 close (execfd);
460 ftruncate (execfd, offset);
467 start = mmap (start, length, prot, flags, execfd, offset);
472 ftruncate (execfd, offse
[all...]
/external/python/cpython3/Modules/_ctypes/libffi/src/
H A Dclosures.c261 static int execfd = -1; variable
434 if (execfd == -1)
438 execfd = open_temp_exec_file ();
439 if (execfd == -1)
445 if (ftruncate (execfd, offset + length))
452 flags, execfd, offset);
457 close (execfd);
460 ftruncate (execfd, offset);
467 start = mmap (start, length, prot, flags, execfd, offset);
472 ftruncate (execfd, offse
[all...]
/external/libffi/src/
H A Dclosures.c261 static int execfd = -1; variable
462 if (execfd == -1)
466 execfd = open_temp_exec_file ();
467 if (execfd == -1)
473 if (ftruncate (execfd, offset + length))
480 flags, execfd, offset);
485 close (execfd);
488 ftruncate (execfd, offset);
495 start = mmap (start, length, prot, flags, execfd, offset);
500 ftruncate (execfd, offse
[all...]

Completed in 142 milliseconds