Home
last modified time | relevance | path

Searched refs:ch_type (Results 1 – 24 of 24) 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/python/cpython3/Modules/
Dparsermodule.c662 int ch_type = TYPE(ch); in validate_node() local
663 if ((ch_type >= NT_OFFSET + _PyParser_Grammar.g_ndfas) in validate_node()
664 || (ISTERMINAL(ch_type) && (ch_type >= N_TOKENS)) in validate_node()
665 || (ch_type < 0) in validate_node()
667 PyErr_Format(parser_error, "Unrecognized node type %d.", ch_type); in validate_node()
670 if (ch_type == suite && TYPE(tree) == funcdef) { in validate_node()
674 ch_type = func_body_suite; in validate_node()
681 if ((_PyParser_Grammar.g_ll.ll_label[a_label].lb_type == ch_type) in validate_node()
686 if (ISNONTERMINAL(ch_type) && !validate_node(ch)) in validate_node()
706 ISTERMINAL(ch_type) ? _PyParser_TokenNames[ch_type] : in validate_node()
[all …]
/external/elfutils/libelf/
Dgelf_getchdr.c55 dest->ch_type = chdr->ch_type; in gelf_getchdr()
Delf_compress.c273 if (chdr.ch_type != ELFCOMPRESS_ZLIB) in __libelf_decompress_elf()
427 chdr.ch_type = ELFCOMPRESS_ZLIB; in elf_compress()
432 CONVERT (chdr.ch_type); in elf_compress()
441 chdr.ch_type = ELFCOMPRESS_ZLIB; in elf_compress()
447 CONVERT (chdr.ch_type); in elf_compress()
Dlibelf.h46 Elf32_Word ch_type; /* Compression format. */ member
53 Elf64_Word ch_type; /* Compression format. */ member
Dabstract.h319 TYPE_NAME (ElfW2(32, Ext##Word), ch_type) \
326 TYPE_NAME (ElfW2(64, Ext##Word), ch_type) \
Delf.h491 Elf32_Word ch_type; /* Compression format. */ member
498 Elf64_Word ch_type; /* Compression format. */ member
/external/llvm/include/llvm/Support/
DELF.h1325 Elf32_Word ch_type; member
1332 Elf64_Word ch_type; member
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1328 Elf32_Word ch_type; member
1335 Elf64_Word ch_type; member
/external/llvm/include/llvm/Object/
DELFTypes.h568 Elf_Word ch_type;
576 Elf_Word ch_type;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h1535 Elf32_Word ch_type; member
1542 Elf64_Word ch_type; member
/external/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs241 pub ch_type: ::Elf64_Word,
248 pub ch_type: ::Elf32_Word,
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h1563 Elf32_Word ch_type; member
1570 Elf64_Word ch_type; member
/external/llvm-project/llvm/include/llvm/Object/
DELFTypes.h552 Elf_Word ch_type;
560 Elf_Word ch_type;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFTypes.h553 Elf_Word ch_type;
561 Elf_Word ch_type;
/external/llvm-project/lld/ELF/
DOutputSections.cpp294 hdr->ch_type = ELFCOMPRESS_ZLIB; in maybeCompress()
DInputSection.cpp250 if (hdr->ch_type != ELFCOMPRESS_ZLIB) { in parseCompressedHeader()
268 if (hdr->ch_type != ELFCOMPRESS_ZLIB) { in parseCompressedHeader()
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs292 pub ch_type: ::Elf64_Word,
299 pub ch_type: ::Elf32_Word,
/external/kmod/port-gnu/
Delf.h381 Elf32_Word ch_type; /* Compression format. */ member
388 Elf64_Word ch_type; /* Compression format. */ member
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_event.c683 enum nl80211_channel_type ch_type = nla_get_u32(type); in mlme_event_ch_switch() local
685 wpa_printf(MSG_DEBUG, "nl80211: Channel type: %d", ch_type); in mlme_event_ch_switch()
686 switch (ch_type) { in mlme_event_ch_switch()
/external/elfutils/src/
Dstrip.c620 tcompress_type = tchdr.ch_type; in remove_debug_relocations()
Dreadelf.c1329 elf_ch_type_name (chdr.ch_type), in print_shdr()
1330 chdr.ch_type, in print_shdr()
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.cpp538 Chdr.ch_type = ELF::ELFCOMPRESS_ZLIB; in visit()