Home
last modified time | relevance | path

Searched refs:ch_type (Results 1 - 22 of 22) sorted by relevance

/third_party/elfutils/libelf/
H A Dgelf_getchdr.c55 dest->ch_type = chdr->ch_type; in gelf_getchdr()
H A Delf_compress.c271 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 Dlibelf.h46 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 Dabstract.h319 TYPE_NAME (ElfW2(32, Ext##Word), ch_type) \
326 TYPE_NAME (ElfW2(64, Ext##Word), ch_type) \
H A Delf.h494 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 Delfgetchdr.c89 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 DGfind_proc_info-lsb.c141 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 Dmod.rs227 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 DELFTypes.h553 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 DELF.h1328 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 DELF.h1535 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 Ddriver_nl80211_event.c562 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 Delf_types.hpp1328 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 Delf.h428 Elf32_Word ch_type; member
434 Elf64_Word ch_type; member
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h426 Elf32_Word ch_type; member
432 Elf64_Word ch_type; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h426 Elf32_Word ch_type; member
432 Elf64_Word ch_type; member
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h426 Elf32_Word ch_type; member
432 Elf64_Word ch_type; member
/third_party/musl/include/
H A Delf.h433 Elf32_Word ch_type; member
439 Elf64_Word ch_type; member
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs297 pub ch_type: ::Elf64_Word,
304 pub ch_type: ::Elf32_Word,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211_event.c999 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 Dstrip.c619 tcompress_type = tchdr.ch_type; in remove_debug_relocations()
H A Dreadelf.c1351 elf_ch_type_name (chdr.ch_type), in print_shdr()
1352 chdr.ch_type, in print_shdr()

Completed in 104 milliseconds