/third_party/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 | 91 idx, chdr.ch_type, chdr.ch_size, chdr.ch_addralign); in main()
|
/third_party/elfutils/libelf/ |
D | gelf_getchdr.c | 55 dest->ch_type = chdr->ch_type; in gelf_getchdr()
|
D | elf_compress.c | 271 if (chdr.ch_type != ELFCOMPRESS_ZLIB) in __libelf_decompress_elf() 425 chdr.ch_type = ELFCOMPRESS_ZLIB; in elf_compress() 430 CONVERT (chdr.ch_type); in elf_compress() 439 chdr.ch_type = ELFCOMPRESS_ZLIB; in elf_compress() 445 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 | 494 Elf32_Word ch_type; /* Compression format. */ member 501 Elf64_Word ch_type; /* Compression format. */ member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 1328 Elf32_Word ch_type; member 1335 Elf64_Word ch_type; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 1535 Elf32_Word ch_type; member 1542 Elf64_Word ch_type; member
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/ |
D | mod.rs | 227 pub ch_type: ::Elf64_Word, 234 pub ch_type: ::Elf32_Word,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ELFTypes.h | 553 Elf_Word ch_type; 561 Elf_Word ch_type;
|
/third_party/libunwind/src/dwarf/ |
D | Gfind_proc_info-lsb.c | 141 if (chdr->ch_type == ELFCOMPRESS_ZLIB) in load_debug_frame() 171 chdr->ch_type); in load_debug_frame()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
D | mod.rs | 297 pub ch_type: ::Elf64_Word, 304 pub ch_type: ::Elf32_Word,
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 427 Elf32_Word ch_type; member 433 Elf64_Word ch_type; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 426 Elf32_Word ch_type; member 432 Elf64_Word ch_type; member
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 426 Elf32_Word ch_type; member 432 Elf64_Word ch_type; member
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 426 Elf32_Word ch_type; member 432 Elf64_Word ch_type; member
|
/third_party/musl/include/ |
D | elf.h | 426 Elf32_Word ch_type; member 432 Elf64_Word ch_type; member
|
/third_party/elfio/elfio/ |
D | elf_types.hpp | 1328 Elf32_Word ch_type; // The compression algorithm used member 1336 Elf64_Word ch_type; //The compression algorithm used member
|
/third_party/musl/ndk_musl_include/ |
D | elf.h | 426 Elf32_Word ch_type; member 432 Elf64_Word ch_type; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_nl80211_event.c | 562 enum nl80211_channel_type ch_type = nla_get_u32(type); in mlme_event_ch_switch() local 564 wpa_printf(MSG_DEBUG, "nl80211: Channel type: %d", ch_type); in mlme_event_ch_switch() 565 switch (ch_type) { in mlme_event_ch_switch()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_nl80211_event.c | 717 enum nl80211_channel_type ch_type = nla_get_u32(type); in mlme_event_ch_switch() local 719 wpa_printf(MSG_DEBUG, "nl80211: Channel type: %d", ch_type); in mlme_event_ch_switch() 720 switch (ch_type) { in mlme_event_ch_switch()
|
/third_party/elfutils/src/ |
D | strip.c | 619 tcompress_type = tchdr.ch_type; in remove_debug_relocations()
|
D | readelf.c | 1351 elf_ch_type_name (chdr.ch_type), in print_shdr() 1352 chdr.ch_type, in print_shdr()
|