/third_party/elfutils/libelf/ |
H A D | gelf_getchdr.c | 55 dest->ch_type = chdr->ch_type; in gelf_getchdr()
|
H A 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()
|
H A D | libelf.h | 46 Elf32_Word ch_type; /* Compression format. */ member 53 Elf64_Word ch_type; /* Compression format. */ member 59 /* Legal values for ch_type (compression algorithm). */
|
H A D | abstract.h | 319 TYPE_NAME (ElfW2(32, Ext##Word), ch_type) \ 326 TYPE_NAME (ElfW2(64, Ext##Word), ch_type) \
|
H A D | elf.h | 494 Elf32_Word ch_type; /* Compression format. */ member 501 Elf64_Word ch_type; /* Compression format. */ member 507 /* Legal values for ch_type (compression algorithm). */
|
/third_party/elfutils/tests/ |
H A D | elfgetchdr.c | 89 printf ("section %d: ELF Compressed ch_type: %" PRId32 in main() 91 idx, chdr.ch_type, chdr.ch_size, chdr.ch_addralign); in main()
|
/third_party/libunwind/libunwind/src/dwarf/ |
H A 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/musl/ |
H A 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/ |
H A D | ELFTypes.h | 553 Elf_Word ch_type; 561 Elf_Word ch_type;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 1328 Elf32_Word ch_type; member 1335 Elf64_Word ch_type; member 1341 // Legal values for ch_type field of compressed section header.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1535 Elf32_Word ch_type; member 1542 Elf64_Word ch_type; member 1562 // Legal values for ch_type field of compressed section header.
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A 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/elfio/elfio/ |
H A 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/porting/linux/user/include/ |
H A D | elf.h | 428 Elf32_Word ch_type; member 434 Elf64_Word ch_type; member
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 426 Elf32_Word ch_type; member 432 Elf64_Word ch_type; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 426 Elf32_Word ch_type; member 432 Elf64_Word ch_type; member
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 426 Elf32_Word ch_type; member 432 Elf64_Word ch_type; member
|
/third_party/musl/include/ |
H A D | elf.h | 433 Elf32_Word ch_type; member 439 Elf64_Word ch_type; member
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
H A D | mod.rs | 297 pub ch_type: ::Elf64_Word, 304 pub ch_type: ::Elf32_Word,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211_event.c | 999 enum nl80211_channel_type ch_type = nla_get_u32(type); local 1001 wpa_printf(MSG_DEBUG, "nl80211: Channel type: %d", ch_type); 1002 switch (ch_type) {
|
/third_party/elfutils/src/ |
H A D | strip.c | 619 tcompress_type = tchdr.ch_type; in remove_debug_relocations()
|
H A D | readelf.c | 1351 elf_ch_type_name (chdr.ch_type), in print_shdr() 1352 chdr.ch_type, in print_shdr()
|