/external/elfutils/tests/ |
D | run-elfgetchdr.sh | 103 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 …]
|
D | elfgetchdr.c | 89 idx, chdr.ch_type, chdr.ch_size, chdr.ch_addralign); in main()
|
/external/elfutils/libelf/ |
D | gelf_getchdr.c | 55 dest->ch_type = chdr->ch_type; in gelf_getchdr()
|
D | elf_compress.c | 264 if (chdr.ch_type != ELFCOMPRESS_ZLIB) in __libelf_decompress_elf() 409 chdr.ch_type = ELFCOMPRESS_ZLIB; in elf_compress() 414 CONVERT (chdr.ch_type); in elf_compress() 423 chdr.ch_type = ELFCOMPRESS_ZLIB; in elf_compress() 429 CONVERT (chdr.ch_type); in elf_compress()
|
D | libelf.h | 46 Elf32_Word ch_type; /* Compression format. */ member 53 Elf64_Word ch_type; /* Compression format. */ member
|
D | abstract.h | 319 TYPE_NAME (ElfW2(32, Ext##Word), ch_type) \ 326 TYPE_NAME (ElfW2(64, Ext##Word), ch_type) \
|
D | elf.h | 382 Elf32_Word ch_type; /* Compression format. */ member 389 Elf64_Word ch_type; /* Compression format. */ member
|
/external/python/cpython3/Modules/ |
D | parsermodule.c | 696 int ch_type = TYPE(ch); in validate_node() local 700 if (_PyParser_Grammar.g_ll.ll_label[a_label].lb_type == ch_type) { in validate_node() 702 if (ISNONTERMINAL(ch_type) && !validate_node(ch)) in validate_node() 720 next_type, ch_type); in validate_node()
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 1325 Elf32_Word ch_type; member 1332 Elf64_Word ch_type; member
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 1328 Elf32_Word ch_type; member 1335 Elf64_Word ch_type; member
|
/external/llvm/include/llvm/Object/ |
D | ELFTypes.h | 568 Elf_Word ch_type; 576 Elf_Word ch_type;
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211_event.c | 546 enum nl80211_channel_type ch_type = nla_get_u32(type); in mlme_event_ch_switch() local 548 wpa_printf(MSG_DEBUG, "nl80211: Channel type: %d", ch_type); in mlme_event_ch_switch() 549 switch (ch_type) { in mlme_event_ch_switch()
|
/external/kmod/port-gnu/ |
D | elf.h | 381 Elf32_Word ch_type; /* Compression format. */ member 388 Elf64_Word ch_type; /* Compression format. */ member
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readelf.c | 65 Elf32_Word ch_type; member 73 Elf64_Word ch_type; member 1476 if (chdr.ch_type != ELFCOMPRESS_ZLIB) in check_compression()
|
/external/elfutils/src/ |
D | readelf.c | 1207 elf_ch_type_name (chdr.ch_type), in print_shdr() 1208 chdr.ch_type, in print_shdr()
|