| /src/external/gpl3/binutils/dist/bfd/ |
| compress.c | 55 .{* Compression header ch_type values. *} 166 enum compression_type ch_type = (abfd->flags & BFD_COMPRESS_ZSTD local 176 bfd_put_32 (abfd, ch_type, &echdr->ch_type); 187 bfd_put_32 (abfd, ch_type, &echdr->ch_type); 217 ch_type in CH_TYPE, uncompressed size in UNCOMPRESSED_SIZE, and the 225 enum compression_type *ch_type ATTRIBUTE_UNUSED, 238 chdr.ch_type = bfd_get_32 (abfd, &echdr->ch_type) 576 enum compression_type ch_type = ch_none; local 958 enum compression_type ch_type; local 993 enum compression_type ch_type; local [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| compress.c | 53 .{* Compression header ch_type values. *} 163 enum compression_type ch_type = (abfd->flags & BFD_COMPRESS_ZSTD local 173 bfd_put_32 (abfd, ch_type, &echdr->ch_type); 184 bfd_put_32 (abfd, ch_type, &echdr->ch_type); 213 ch_type in CH_TYPE, uncompressed size in UNCOMPRESSED_SIZE, and the 220 enum compression_type *ch_type, 232 chdr.ch_type = bfd_get_32 (abfd, &echdr->ch_type) 557 enum compression_type ch_type = ch_none; local 937 enum compression_type ch_type; local 972 enum compression_type ch_type; local [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| compress.c | 53 .{* Compression header ch_type values. *} 163 enum compression_type ch_type = (abfd->flags & BFD_COMPRESS_ZSTD local 173 bfd_put_32 (abfd, ch_type, &echdr->ch_type); 184 bfd_put_32 (abfd, ch_type, &echdr->ch_type); 213 ch_type in CH_TYPE, uncompressed size in UNCOMPRESSED_SIZE, and the 220 enum compression_type *ch_type, 232 chdr.ch_type = bfd_get_32 (abfd, &echdr->ch_type) 557 enum compression_type ch_type = ch_none; local 937 enum compression_type ch_type; local 972 enum compression_type ch_type; local [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| compress.c | 53 .{* Compression header ch_type values. *} 163 enum compression_type ch_type = (abfd->flags & BFD_COMPRESS_ZSTD local 173 bfd_put_32 (abfd, ch_type, &echdr->ch_type); 184 bfd_put_32 (abfd, ch_type, &echdr->ch_type); 213 ch_type in CH_TYPE, uncompressed size in UNCOMPRESSED_SIZE, and the 220 enum compression_type *ch_type, 232 chdr.ch_type = bfd_get_32 (abfd, &echdr->ch_type) 574 enum compression_type ch_type = ch_none; local 953 enum compression_type ch_type; local 988 enum compression_type ch_type; local [all...] |
| /src/sys/ufs/chfs/ |
| chfs_inode.h | 61 #define CHTTOVT(ch_type) (enum vtype)(ch_type) 99 enum chtype ch_type; /* chfs file type */ member in struct:chfs_inode
|
| chfs_vnode.c | 119 ip->ch_type = IFTOCHT(ip->mode); 120 vp->v_type = CHTTOVT(ip->ch_type); 250 ip->ch_type = VTTOCHT(vp->v_type); 288 nfd->type = ip->ch_type;
|
| chfs_subr.c | 205 switch (ip->ch_type) {
|
| chfs_vfsops.c | 511 ip->ch_type = CHT_DIR; 552 switch (ip->ch_type) { 619 if (ip->ch_type == CHT_FIFO) { 643 ip->ch_type = VTTOCHT(vp->v_type);
|
| chfs_vnops.c | 108 KASSERT(IMPLIES(ip->ch_type == CHT_DIR && chvc->pvno == chvc->vno, 421 vap->va_type = CHTTOVT(ip->ch_type); 1107 parent, cnp->cn_nameptr, cnp->cn_namelen, ip->ch_type); 1171 newparent, tcnp->cn_nameptr, tcnp->cn_namelen, ip->ch_type);
|
| /src/external/gpl3/binutils/dist/include/elf/ |
| external.h | 141 unsigned char ch_type[4]; /* Type of compression */ member in struct:__anon10466 147 unsigned char ch_type[4]; /* Type of compression */ member in struct:__anon10467
|
| internal.h | 123 unsigned int ch_type; /* Type of compression */ member in struct:elf_internal_chdr
|
| /src/external/gpl3/binutils.old/dist/include/elf/ |
| external.h | 141 unsigned char ch_type[4]; /* Type of compression */ member in struct:__anon11930 147 unsigned char ch_type[4]; /* Type of compression */ member in struct:__anon11931
|
| internal.h | 123 unsigned int ch_type; /* Type of compression */ member in struct:elf_internal_chdr
|
| /src/external/gpl3/gdb.old/dist/include/elf/ |
| external.h | 141 unsigned char ch_type[4]; /* Type of compression */ member in struct:__anon21318 147 unsigned char ch_type[4]; /* Type of compression */ member in struct:__anon21319
|
| internal.h | 123 unsigned int ch_type; /* Type of compression */ member in struct:elf_internal_chdr
|
| /src/external/gpl3/gdb/dist/include/elf/ |
| external.h | 141 unsigned char ch_type[4]; /* Type of compression */ member in struct:__anon906 147 unsigned char ch_type[4]; /* Type of compression */ member in struct:__anon907
|
| internal.h | 123 unsigned int ch_type; /* Type of compression */ member in struct:elf_internal_chdr
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| serial.c | 45 int ch_type, int ch, int timeout); 64 serial_logchar (struct ui_file *stream, int ch_type, int ch, int timeout) 66 if (ch_type != serial_current_type) 68 gdb_printf (stream, "\n%c ", ch_type); 69 serial_current_type = ch_type;
|
| f-valprint.c | 479 struct type *ch_type = type->target_type (); 482 printstr (stream, ch_type, valaddr, 483 type->length () / ch_type->length (), NULL, 0, 478 struct type *ch_type = type->target_type (); local
|
| /src/external/gpl3/gdb/dist/gdb/ |
| serial.c | 45 int ch_type, int ch, int timeout); 64 serial_logchar (struct ui_file *stream, int ch_type, int ch, int timeout) 66 if (ch_type != serial_current_type) 68 gdb_printf (stream, "\n%c ", ch_type); 69 serial_current_type = ch_type;
|
| f-valprint.c | 479 struct type *ch_type = type->target_type (); 482 printstr (stream, ch_type, valaddr, 483 type->length () / ch_type->length (), NULL, 0, 478 struct type *ch_type = type->target_type (); local
|
| /src/sys/arch/arm/sunxi/ |
| sun4i_dma.c | 105 uint8_t ch_type; member in struct:sun4idma_channel 282 if (ch->ch_type == DMA_TYPE_NORMAL) 295 if (ch->ch_type == DMA_TYPE_NORMAL) { 398 ch->ch_type = type;
|
| /src/sys/dev/hyperv/ |
| vmbusvar.h | 104 struct hyperv_guid ch_type; member in struct:vmbus_channel
|
| vmbus.c | 1107 if (!memcmp(&ch->ch_type, &nch->ch_type, sizeof(ch->ch_type)) && 1242 memcpy(&ch->ch_type, &co->chm_chtype, sizeof(ch->ch_type)); 2319 vaa.aa_type = &ch->ch_type;
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
| ELF.h | 1637 Elf32_Word ch_type; member in struct:llvm::ELF::Elf32_Chdr 1644 Elf64_Word ch_type; member in struct:llvm::ELF::Elf64_Chdr 1664 // Legal values for ch_type field of compressed section header.
|