Home
last modified time | relevance | path

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

/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.c302 void *buf_out = __libelf_decompress (buf_in, size_in, chdr.ch_size); in __libelf_decompress_elf()
303 *size_out = chdr.ch_size; in __libelf_decompress_elf()
430 chdr.ch_size = orig_size; in elf_compress()
435 CONVERT (chdr.ch_size); in elf_compress()
445 chdr.ch_size = orig_size; in elf_compress()
451 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.c393 sh_size = chdr->ch_size; in __elfw2()
Delf.h494 Elf32_Word ch_size; /* Uncompressed data size. */ member
502 Elf64_Xword ch_size; /* Uncompressed data 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/llvm/include/llvm/Support/
DELF.h1326 Elf32_Word ch_size; member
1334 Elf64_Xword ch_size; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DELF.h1353 Elf32_Word ch_size; member
1361 Elf64_Xword ch_size; member
/external/llvm/include/llvm/Object/
DELFTypes.h569 Elf_Word ch_size;
578 Elf_Xword ch_size;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELFTypes.h551 Elf_Word ch_size;
560 Elf_Xword ch_size;
/external/kmod/port-gnu/
Delf.h382 Elf32_Word ch_size; /* Uncompressed data size. */ member
390 Elf64_Xword ch_size; /* Uncompressed data size. */ member
/external/avb/
Davbtool2337 ch_size = (ch_header.SIZE + ch_header.authentication_data_block_size +
2342 ch_vbmeta_blob = ch_image.read(ch_size)
/external/elfutils/src/
Dreadelf.c1293 chdr.ch_size, chdr.ch_addralign); in print_shdr()