Lines Matching refs:unlikely
48 if (unlikely (fstat (elf->fildes, &st) != 0))
62 && unlikely (ftruncate (elf->fildes, size) != 0))
73 if (unlikely (elf->map_address == MAP_FAILED))
96 if (unlikely (posix_fallocate (elf->fildes, 0, size) != 0))
142 && unlikely (ftruncate (elf->fildes, size) != 0))
152 && unlikely (st.st_mode & (S_ISUID | S_ISGID))
154 && unlikely (fchmod (elf->fildes, st.st_mode) != 0))
176 && unlikely (cmd != ELF_C_WRITE_MMAP))
219 && unlikely (elf->cmd != ELF_C_WRITE_MMAP))
224 else if (unlikely (elf->fildes == -1))