Lines Matching refs:execfd
536 static int execfd = -1; variable
767 if (execfd == -1) in dlmmap_locked()
771 execfd = open_temp_exec_file (); in dlmmap_locked()
772 if (execfd == -1) in dlmmap_locked()
778 if (allocate_space (execfd, offset, length)) in dlmmap_locked()
785 flags, execfd, offset); in dlmmap_locked()
790 close (execfd); in dlmmap_locked()
793 if (ftruncate (execfd, offset) != 0) in dlmmap_locked()
806 start = mmap (start, length, prot, flags, execfd, offset); in dlmmap_locked()
811 if (ftruncate (execfd, offset) != 0) in dlmmap_locked()
840 if (execfd == -1 && is_emutramp_enabled ()) in dlmmap()
846 if (execfd == -1 && !is_selinux_enabled ()) in dlmmap()
859 if (execsize == 0 || execfd == -1) in dlmmap()