Home
last modified time | relevance | path

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

12

/external/elfutils/tests/
Drun-elfgetchdr.sh103 section 2: ELF Compressed ch_type: 1, ch_size: 60, ch_addralign: 10
104 section 3: ELF Compressed ch_type: 1, ch_size: aa, ch_addralign: 1
106 section 5: ELF Compressed ch_type: 1, ch_size: 8d, ch_addralign: 1
127 section 2: ELF Compressed ch_type: 1, ch_size: 40, ch_addralign: 8
128 section 3: ELF Compressed ch_type: 1, ch_size: 9a, ch_addralign: 1
130 section 5: ELF Compressed ch_type: 1, ch_size: 85, ch_addralign: 1
153 section 3: ELF Compressed ch_type: 1, ch_size: 60, ch_addralign: 10
154 section 4: ELF Compressed ch_type: 1, ch_size: 7e, ch_addralign: 1
156 section 6: ELF Compressed ch_type: 1, ch_size: 8d, ch_addralign: 1
179 section 3: ELF Compressed ch_type: 1, ch_size: 40, ch_addralign: 8
[all …]
Delfgetchdr.c89 idx, chdr.ch_type, chdr.ch_size, chdr.ch_addralign); in main()
/external/elfutils/libelf/
Dgelf_getchdr.c56 dest->ch_size = chdr->ch_size; in gelf_getchdr()
Delf_compress.c300 void *buf_out = __libelf_decompress (buf_in, size_in, chdr.ch_size); in __libelf_decompress_elf()
301 *size_out = chdr.ch_size; in __libelf_decompress_elf()
428 chdr.ch_size = orig_size; in elf_compress()
433 CONVERT (chdr.ch_size); in elf_compress()
443 chdr.ch_size = orig_size; in elf_compress()
449 CONVERT (chdr.ch_size); in elf_compress()
Dlibelf.h47 Elf32_Word ch_size; /* Uncompressed data size. */ member
55 Elf64_Xword ch_size; /* Uncompressed data size. */ member
Dabstract.h320 TYPE_NAME (ElfW2(32, Ext##Word), ch_size) \
328 TYPE_NAME (ElfW2(64, Ext##Xword), ch_size) \
Delf32_updatenull.c412 sh_size = chdr->ch_size; in __elfw2()
Delf.h492 Elf32_Word ch_size; /* Uncompressed data size. */ member
500 Elf64_Xword ch_size; /* Uncompressed data size. */ member
/external/llvm/include/llvm/Support/
DELF.h1326 Elf32_Word ch_size; member
1334 Elf64_Xword ch_size; member
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1329 Elf32_Word ch_size; member
1337 Elf64_Xword ch_size; member
/external/libiio/src/bindings/matlab/
Dlibiio_if_daq2.m211 function [ret, err_msg, msg_log] = initOutputDataChannels(obj, ch_no, ch_size)
219 obj.data_ch_size = ch_size;
288 function [ret, err_msg, msg_log] = initInputDataChannels(obj, ch_no, ch_size)
296 obj.data_ch_size = ch_size;
Dlibiio_if.m211 function [ret, err_msg, msg_log] = initOutputDataChannels(obj, ch_no, ch_size)
219 obj.data_ch_size = ch_size;
284 function [ret, err_msg, msg_log] = initInputDataChannels(obj, ch_no, ch_size)
292 obj.data_ch_size = ch_size;
/external/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs243 pub ch_size: ::Elf64_Xword,
249 pub ch_size: ::Elf32_Word,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1536 Elf32_Word ch_size; member
1544 Elf64_Xword ch_size; member
/external/llvm/include/llvm/Object/
DELFTypes.h569 Elf_Word ch_size;
578 Elf_Xword ch_size;
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h1564 Elf32_Word ch_size; member
1572 Elf64_Xword ch_size; member
/external/llvm-project/llvm/include/llvm/Object/
DELFTypes.h553 Elf_Word ch_size;
562 Elf_Xword ch_size;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFTypes.h554 Elf_Word ch_size;
563 Elf_Xword ch_size;
/external/llvm-project/lld/ELF/
DOutputSections.cpp295 hdr->ch_size = size; in maybeCompress()
DInputSection.cpp255 uncompressedSize = hdr->ch_size; in parseCompressedHeader()
273 uncompressedSize = hdr->ch_size; in parseCompressedHeader()
/external/libaom/libaom/av1/encoder/
Dpartition_strategy.c88 const int ch_size = output_dims[output_idx] * output_dims[output_idx]; in av1_intra_mode_cnn_partition() local
91 curr_buf_ptr += ch_size; in av1_intra_mode_cnn_partition()
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs294 pub ch_size: ::Elf64_Xword,
300 pub ch_size: ::Elf32_Word,
/external/kmod/port-gnu/
Delf.h382 Elf32_Word ch_size; /* Uncompressed data size. */ member
390 Elf64_Xword ch_size; /* Uncompressed data size. */ member
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.cpp452 : reinterpret_cast<const Elf_Chdr_Impl<ELFT> *>(Data.data())->ch_size; in getDecompressedSizeAndAlignment()
539 Chdr.ch_size = Sec.DecompressedSize; in visit()
/external/avb/
Davbtool.py2679 ch_size = (ch_header.SIZE + ch_header.authentication_data_block_size +
2684 ch_vbmeta_blob = ch_image.read(ch_size)

12