Home | History | Annotate | Download | only in coregrind

Lines Matching full:n_bytes

121    ssize_t n_bytes;
137 n_bytes = read(fd, header, sizeof(header));
139 if (n_bytes < 2) {
144 (long int)n_bytes, clientname);
152 if (i == n_bytes) return NULL;
160 if (i == n_bytes) break;
164 if (i == n_bytes) return NULL;
169 } else if (n_bytes >= SELFMAG && memcmp(header, ELFMAG, SELFMAG) == 0) {
171 if (n_bytes >= sizeof(Elf32_Ehdr) && header[EI_CLASS] == ELFCLASS32) {
195 } else if (n_bytes >= sizeof(Elf64_Ehdr) && header[EI_CLASS] == ELFCLASS64) {