Searched refs:ch_size (Results 1 – 12 of 12) sorted by relevance
60 size_t ch_size; /* Size of chunk in bytes. */ member141 (lba_t)(ch->ch_block + (ch->ch_size / secsz)) > blk) { in image_chunk_find()155 newsz = ch->ch_size + sz; in image_chunk_grow()156 if (newsz > ch->ch_size) { in image_chunk_grow()157 ch->ch_size = newsz; in image_chunk_grow()161 dsz = SIZE_MAX - ch->ch_size; in image_chunk_grow()163 ch->ch_size = SIZE_MAX; in image_chunk_grow()184 ch->ch_size = (blk - ch->ch_block) * secsz; in image_chunk_memory()186 new->ch_size -= ch->ch_size; in image_chunk_memory()192 if (ch->ch_size > secsz) { in image_chunk_memory()[all …]
74 d->ch_size = (Elf64_Xword)ch32->ch_size; in gelf_getchdr()
225 if ((ed->ed_alloc = malloc(chdr.ch_size)) == NULL) { in _dwarf_elf_decompress()230 csize = chdr.ch_size; in _dwarf_elf_decompress()239 if (csize != chdr.ch_size) { in _dwarf_elf_decompress()244 ed->ed_size = chdr.ch_size; in _dwarf_elf_decompress()245 shdr->sh_size = chdr.ch_size; in _dwarf_elf_decompress()
261 Elf32_Word ch_size; member
265 Elf64_Xword ch_size; member
1916 Elf32_Word ch_size; member1924 Elf64_Xword ch_size; member
607 Elf_Word ch_size;616 Elf_Xword ch_size;
495 chdr->ch_size = compressed.uncompressedSize; in writeTo()
270 size = hdr->ch_size; in parseCompressedHeader()
551 Chdr.ch_size = Sec.DecompressedSize; in visit()1782 *Data, Chdr->ch_type, Chdr->ch_size, Chdr->ch_addralign)); in makeSection()
7042 uncompressed_size = chdr.ch_size; in decompress_section()
4637 OS << ", " << format_hex_no_prefix(Chdr->ch_size, ELFT::Is64Bits ? 16 : 8) in printSectionDetails()