Searched refs:ch_type (Results 1 - 15 of 15) sorted by last modified time

/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c6929 if (chdr.ch_type != ELFCOMPRESS_ZLIB) {
6930 warnx("unknown compression type: %d", chdr.ch_type);
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dgelf_chdr.c73 d->ch_type = (Elf64_Word)ch32->ch_type;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp493 Chdr.ch_type = ELF::ELFCOMPRESS_ZLIB;
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp267 hdr->ch_type = ELFCOMPRESS_ZLIB;
H A DInputSection.cpp248 if (hdr->ch_type != ELFCOMPRESS_ZLIB) {
266 if (hdr->ch_type != ELFCOMPRESS_ZLIB) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1536 Elf32_Word ch_type; member in struct:llvm::ELF::Elf32_Chdr
1543 Elf64_Word ch_type; member in struct:llvm::ELF::Elf64_Chdr
1563 // Legal values for ch_type field of compressed section header.
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h553 Elf_Word ch_type;
561 Elf_Word ch_type;
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_event.c562 enum nl80211_channel_type ch_type = nla_get_u32(type); local
564 wpa_printf(MSG_DEBUG, "nl80211: Channel type: %d", ch_type);
565 switch (ch_type) {
/freebsd-11-stable/contrib/ofed/libibnetdisc/
H A Dibnetdisc.h92 unsigned char ch_type; member in struct:ibnd_node
H A Dchassis.c81 if (node->ch_type == UNRESOLVED_CT || node->ch_type > ISR4200_CT)
83 return ChassisTypeStr[node->ch_type];
488 n->ch_type = ISR9096_CT;
492 n->ch_type = ISR9288_CT;
496 n->ch_type = ISR2012_CT;
500 n->ch_type = ISR2004_CT;
504 n->ch_type = ISR4700_CT;
508 n->ch_type = ISR4700_CT;
512 n->ch_type
[all...]
/freebsd-11-stable/usr.bin/mkimg/
H A Dimage.c73 u_int ch_type; member in struct:chunk
208 ch->ch_type = CH_TYPE_MEMORY;
232 if (ch != NULL && ch->ch_type == CH_TYPE_ZEROES) {
244 ch->ch_type = CH_TYPE_ZEROES;
256 if (ch != NULL && ch->ch_type == CH_TYPE_FILE) {
273 ch->ch_type = CH_TYPE_FILE;
607 switch (ch->ch_type) {
637 if (ch->ch_type != CH_TYPE_ZEROES)
677 if (ch->ch_type == CH_TYPE_FILE)
679 if (ch->ch_type
[all...]
/freebsd-11-stable/sys/sys/
H A Delf64.h261 Elf64_Word ch_type; member in struct:__anon8500
H A Delf32.h258 Elf32_Word ch_type; member in struct:__anon8482
/freebsd-11-stable/sys/arm/allwinner/
H A Da10_dmac.c66 enum a10dmac_type ch_type; member in struct:a10dmac_channel
146 sc->sc_ndma_channels[index].ch_type = CH_NDMA;
155 sc->sc_ddma_channels[index].ch_type = CH_DDMA;
214 if (ch->ch_type == CH_NDMA) {
224 if (ch->ch_type == CH_NDMA) {
299 if (ch->ch_type == CH_NDMA) {
357 if (ch->ch_type == CH_NDMA)
382 if (ch->ch_type == CH_NDMA) {
408 if (ch->ch_type == CH_NDMA) {
440 if (ch->ch_type
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dserial.c54 static void serial_logchar (struct ui_file *stream, int ch_type, int ch, int timeout);
73 serial_logchar (struct ui_file *stream, int ch_type, int ch, int timeout)
75 if (ch_type != serial_current_type)
77 fprintf_unfiltered (stream, "\n%c ", ch_type);
78 serial_current_type = ch_type;
72 serial_logchar(struct ui_file *stream, int ch_type, int ch, int timeout) argument

Completed in 253 milliseconds