Home | History | Annotate | Download | only in qemu

Lines Matching defs:bytes

167   uint32_t a_text;   /* length of text, in bytes */
168 uint32_t a_data; /* length of data, in bytes */
169 uint32_t a_bss; /* length of uninitialized data area, in bytes */
170 uint32_t a_syms; /* length of symbol table data in file, in bytes */
172 uint32_t a_trsize; /* length of relocation info for text, in bytes */
173 uint32_t a_drsize; /* length of relocation info for data, in bytes */
306 /* return < 0 if error, otherwise the number of bytes loaded in memory */
515 ssize_t bytes;
521 bytes = gunzip(data, max_bytes, compressed_data, hdr->ih_size);
523 if (bytes < 0) {
527 hdr->ih_size = bytes;