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

/freebsd-current/contrib/elftoolchain/libelf/
H A Dgelf_chdr.c73 d->ch_type = (Elf64_Word)ch32->ch_type;
/freebsd-current/sys/arm/allwinner/
H A Da10_dmac.c65 enum a10dmac_type ch_type; member in struct:a10dmac_channel
145 sc->sc_ndma_channels[index].ch_type = CH_NDMA;
154 sc->sc_ddma_channels[index].ch_type = CH_DDMA;
213 if (ch->ch_type == CH_NDMA) {
223 if (ch->ch_type == CH_NDMA) {
298 if (ch->ch_type == CH_NDMA) {
356 if (ch->ch_type == CH_NDMA)
381 if (ch->ch_type == CH_NDMA) {
407 if (ch->ch_type == CH_NDMA) {
439 if (ch->ch_type
[all...]
/freebsd-current/contrib/ofed/libibnetdisc/
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...]
H A Dibnetdisc.h92 unsigned char ch_type; member in struct:ibnd_node
/freebsd-current/usr.bin/mkimg/
H A Dimage.c71 u_int ch_type; member in struct:chunk
206 ch->ch_type = CH_TYPE_MEMORY;
230 if (ch != NULL && ch->ch_type == CH_TYPE_ZEROES) {
242 ch->ch_type = CH_TYPE_ZEROES;
254 if (ch != NULL && ch->ch_type == CH_TYPE_FILE) {
271 ch->ch_type = CH_TYPE_FILE;
619 switch (ch->ch_type) {
649 if (ch->ch_type != CH_TYPE_ZEROES)
689 if (ch->ch_type == CH_TYPE_FILE)
691 if (ch->ch_type
[all...]
/freebsd-current/sys/sys/
H A Delf64.h263 Elf64_Word ch_type; member in struct:__anon6097
H A Delf32.h260 Elf32_Word ch_type; member in struct:__anon6079
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp116 if (Error e = hdr->ch_type == ELFCOMPRESS_ZLIB
218 if (hdr->ch_type == ELFCOMPRESS_ZLIB) {
222 } else if (hdr->ch_type == ELFCOMPRESS_ZSTD) {
228 Twine(hdr->ch_type) + ")");
1191 if (Error e = hdr->ch_type == ELFCOMPRESS_ZLIB
H A DOutputSections.cpp462 chdr->ch_type = ELFCOMPRESS_ZSTD;
466 chdr->ch_type = ELFCOMPRESS_ZLIB;
/freebsd-current/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_elf_init.c220 if (chdr.ch_type != ELFCOMPRESS_ZLIB) {
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h580 Elf_Word ch_type;
588 Elf_Word ch_type;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1868 Elf32_Word ch_type; member in struct:llvm::ELF::Elf32_Chdr
1875 Elf64_Word ch_type; member in struct:llvm::ELF::Elf64_Chdr
1895 // Legal values for ch_type field of compressed section header.
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver_nl80211_event.c710 enum nl80211_channel_type ch_type = nla_get_u32(type); local
712 wpa_printf(MSG_DEBUG, "nl80211: Channel type: %d", ch_type);
713 switch (ch_type) {
/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp459 "--decompress-debug-sections: ch_type (" +
526 Chdr.ch_type = ELF::ELFCOMPRESS_ZLIB;
529 Chdr.ch_type = ELF::ELFCOMPRESS_ZSTD;
1750 *Data, Chdr->ch_type, Chdr->ch_size, Chdr->ch_addralign));
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4552 if (Chdr->ch_type == ELFCOMPRESS_ZLIB)
4554 else if (Chdr->ch_type == ELFCOMPRESS_ZSTD)
4557 OS << format("[<unknown>: 0x%x]", unsigned(Chdr->ch_type));
/freebsd-current/contrib/elftoolchain/readelf/
H A Dreadelf.c7036 if (chdr.ch_type != ELFCOMPRESS_ZLIB) {
7037 warnx("unknown compression type: %d", chdr.ch_type);

Completed in 346 milliseconds