Lines Matching refs:unlikely
64 if (unlikely (offset < min)
65 || unlikely (offset >= (off_t) parent->maximum_size))
80 if (unlikely (parent->maximum_size - offset < sizeof (struct ar_hdr)))
86 else if (unlikely (pread_retry (parent->fildes,
97 if (unlikely (endp == ar_size)
98 || unlikely ((off_t) parent->maximum_size - offset < size))
102 if (unlikely ((off_t) parent->maximum_size - offset < size))
109 if (unlikely (offset == 0)
110 && unlikely (size == (off_t) parent->maximum_size))
128 if (unlikely (dwfl == NULL))
140 if (unlikely (phdr == NULL))
195 if (unlikely (*elfp == NULL))
264 if (unlikely (gelf_getphdr (elf, (*pndx)++, pphdr) == NULL))
305 if (unlikely (gelf_getphdr (elf, ndx++, &phdr) == NULL))
329 if (unlikely (end > elf->maximum_size))
333 if (unlikely (start >= end))
347 if (unlikely (eos == NULL) || unlikely (eos == contents))
372 if (unlikely (into == NULL))
392 if (unlikely (eos == NULL) || unlikely (eos == into))
430 if (unlikely (elf_getphdrnum (elf, &phnum) != 0))
436 if (unlikely (phdr == NULL))
452 if (unlikely (elf_getphdrnum (elf, &phnum) != 0))
495 if (unlikely (ndx <= 0))
569 if (unlikely (seg < 0))