Lines Matching defs:count
47 size_t alignment, count;95 count = (size_t) 0; /* cumulative count of bytes seen */96 while ((d = elf_getdata(s, d)) != NULL && count <= offset) {111 count = roundup(count, alignment);114 if (offset < count) {120 if (offset < count + d->d_size) {123 offset - count);128 count += d->d_size;