Home
last modified time | relevance | path

Searched refs:ch_size (Results 1 – 12 of 12) sorted by relevance

/freebsd/usr.bin/mkimg/
H A Dimage.c60 size_t ch_size; /* Size of chunk in bytes. */ member
141 (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 …]
/freebsd/contrib/elftoolchain/libelf/
H A Dgelf_chdr.c74 d->ch_size = (Elf64_Xword)ch32->ch_size; in gelf_getchdr()
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_elf_init.c225 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()
/freebsd/sys/sys/
H A Delf32.h261 Elf32_Word ch_size; member
H A Delf64.h265 Elf64_Xword ch_size; member
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1916 Elf32_Word ch_size; member
1924 Elf64_Xword ch_size; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h607 Elf_Word ch_size;
616 Elf_Xword ch_size;
/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp495 chdr->ch_size = compressed.uncompressedSize; in writeTo()
H A DInputSection.cpp270 size = hdr->ch_size; in parseCompressedHeader()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp551 Chdr.ch_size = Sec.DecompressedSize; in visit()
1782 *Data, Chdr->ch_type, Chdr->ch_size, Chdr->ch_addralign)); in makeSection()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c7042 uncompressed_size = chdr.ch_size; in decompress_section()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4637 OS << ", " << format_hex_no_prefix(Chdr->ch_size, ELFT::Is64Bits ? 16 : 8) in printSectionDetails()