Home | History | Annotate | Download | only in coregrind

Lines Matching refs:n_bytes

129    ssize_t n_bytes;
145 n_bytes = read(fd, header, sizeof(header));
147 if (n_bytes < 2) {
152 (long int)n_bytes, clientname);
160 if (i == n_bytes) return NULL;
168 if (i == n_bytes) break;
172 if (i == n_bytes) return NULL;
177 } else if (n_bytes >= SELFMAG && memcmp(header, ELFMAG, SELFMAG) == 0) {
179 if (n_bytes >= sizeof(Elf32_Ehdr) && header[EI_CLASS] == ELFCLASS32) {
215 } else if (n_bytes >= sizeof(Elf64_Ehdr) && header[EI_CLASS] == ELFCLASS64) {