| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | compress.c | 163 enum compression_type ch_type = (abfd->flags & BFD_COMPRESS_ZSTD in bfd_update_compression_header() local 173 bfd_put_32 (abfd, ch_type, &echdr->ch_type); in bfd_update_compression_header() 184 bfd_put_32 (abfd, ch_type, &echdr->ch_type); in bfd_update_compression_header() 220 enum compression_type *ch_type, in bfd_check_compression_header() argument 232 chdr.ch_type = bfd_get_32 (abfd, &echdr->ch_type); in bfd_check_compression_header() 239 chdr.ch_type = bfd_get_32 (abfd, &echdr->ch_type); in bfd_check_compression_header() 243 *ch_type = chdr.ch_type; in bfd_check_compression_header() 244 if ((chdr.ch_type == ch_compress_zlib in bfd_check_compression_header() 245 || chdr.ch_type == ch_compress_zstd) in bfd_check_compression_header() 441 chdr.ch_type = bfd_get_32 (ibfd, &echdr->ch_type); in bfd_convert_section_contents() [all …]
|
| D | ChangeLog-2015 | 1117 ch_type. 1118 (bfd_check_compression_header): Use bfd_get_32 on ch_type. 1120 on ch_type.
|
| D | elf.c | 1191 enum compression_type ch_type = ch_none; in _bfd_elf_make_section_from_shdr() local 1197 &ch_type); in _bfd_elf_make_section_from_shdr() 1217 if (new_ch_type != ch_type) in _bfd_elf_make_section_from_shdr()
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | compress.c | 163 enum compression_type ch_type = (abfd->flags & BFD_COMPRESS_ZSTD in bfd_update_compression_header() local 173 bfd_put_32 (abfd, ch_type, &echdr->ch_type); in bfd_update_compression_header() 184 bfd_put_32 (abfd, ch_type, &echdr->ch_type); in bfd_update_compression_header() 220 enum compression_type *ch_type, in bfd_check_compression_header() argument 232 chdr.ch_type = bfd_get_32 (abfd, &echdr->ch_type); in bfd_check_compression_header() 239 chdr.ch_type = bfd_get_32 (abfd, &echdr->ch_type); in bfd_check_compression_header() 243 *ch_type = chdr.ch_type; in bfd_check_compression_header() 244 if ((chdr.ch_type == ch_compress_zlib in bfd_check_compression_header() 245 || chdr.ch_type == ch_compress_zstd) in bfd_check_compression_header() 441 chdr.ch_type = bfd_get_32 (ibfd, &echdr->ch_type); in bfd_convert_section_contents() [all …]
|
| D | ChangeLog-2015 | 1117 ch_type. 1118 (bfd_check_compression_header): Use bfd_get_32 on ch_type. 1120 on ch_type.
|
| D | elf.c | 1179 enum compression_type ch_type = ch_none; in _bfd_elf_make_section_from_shdr() local 1185 &ch_type); in _bfd_elf_make_section_from_shdr() 1205 if (new_ch_type != ch_type) in _bfd_elf_make_section_from_shdr()
|
| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | compressed_output.cc | 174 unsigned int ch_type; in decompress_input_section() local 179 ch_type = elfcpp::Chdr<32, true> (compressed_data).get_ch_type(); in decompress_input_section() 181 ch_type = elfcpp::Chdr<32, false>(compressed_data).get_ch_type(); in decompress_input_section() 187 ch_type = elfcpp::Chdr<64, true>(compressed_data).get_ch_type(); in decompress_input_section() 189 ch_type = elfcpp::Chdr<64, false>(compressed_data).get_ch_type(); in decompress_input_section() 195 if (ch_type == elfcpp::ELFCOMPRESS_ZSTD) in decompress_input_section() 201 if (ch_type == elfcpp::ELFCOMPRESS_ZLIB) in decompress_input_section() 287 const unsigned int ch_type = compress == zstd in set_final_data_size() local 296 chdr.put_ch_type(ch_type); in set_final_data_size() 303 chdr.put_ch_type(ch_type); in set_final_data_size() [all …]
|
| /netbsd/src/sys/ufs/chfs/ |
| D | chfs_inode.h | 61 #define CHTTOVT(ch_type) (enum vtype)(ch_type) argument 99 enum chtype ch_type; /* chfs file type */ member
|
| D | chfs_vnode.c | 119 ip->ch_type = IFTOCHT(ip->mode); in chfs_readvnode() 120 vp->v_type = CHTTOVT(ip->ch_type); in chfs_readvnode() 250 ip->ch_type = VTTOCHT(vp->v_type); in chfs_makeinode() 288 nfd->type = ip->ch_type; in chfs_makeinode()
|
| D | chfs_vfsops.c | 511 ip->ch_type = CHT_DIR; in chfs_loadvnode() 552 switch (ip->ch_type) { in chfs_loadvnode() 619 if (ip->ch_type == CHT_FIFO) { in chfs_loadvnode() 643 ip->ch_type = VTTOCHT(vp->v_type); in chfs_loadvnode()
|
| D | chfs_subr.c | 205 switch (ip->ch_type) { in chfs_chsize()
|
| D | chfs_vnops.c | 108 KASSERT(IMPLIES(ip->ch_type == CHT_DIR && chvc->pvno == chvc->vno, in chfs_lookup() 421 vap->va_type = CHTTOVT(ip->ch_type); in chfs_getattr() 1107 parent, cnp->cn_nameptr, cnp->cn_namelen, ip->ch_type); in chfs_link() 1171 newparent, tcnp->cn_nameptr, tcnp->cn_namelen, ip->ch_type); in chfs_rename()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | serial.c | 45 int ch_type, int ch, int timeout); 63 serial_logchar (struct ui_file *stream, int ch_type, int ch, int timeout) in serial_logchar() argument 65 if (ch_type != serial_current_type) in serial_logchar() 67 gdb_printf (stream, "\n%c ", ch_type); in serial_logchar() 68 serial_current_type = ch_type; in serial_logchar()
|
| D | f-valprint.c | 478 struct type *ch_type = type->target_type (); in value_print_inner() local 481 printstr (stream, ch_type, valaddr, in value_print_inner() 482 type->length () / ch_type->length (), NULL, 0, in value_print_inner()
|
| /netbsd/src/external/gpl3/binutils/dist/include/elf/ |
| D | external.h | 141 unsigned char ch_type[4]; /* Type of compression */ member 147 unsigned char ch_type[4]; /* Type of compression */ member
|
| D | internal.h | 123 unsigned int ch_type; /* Type of compression */ member
|
| /netbsd/src/external/gpl3/gdb/dist/include/elf/ |
| D | external.h | 141 unsigned char ch_type[4]; /* Type of compression */ member 147 unsigned char ch_type[4]; /* Type of compression */ member
|
| D | internal.h | 123 unsigned int ch_type; /* Type of compression */ member
|
| D | ChangeLog-0415 | 66 * external.h (Elf64_External_Chdr): Change ch_type to 4 bytes
|
| /netbsd/src/external/gpl3/binutils/dist/elfcpp/ |
| D | elfcpp_internal.h | 90 Elf_Word ch_type; 98 Elf_Word ch_type;
|
| D | elfcpp.h | 1373 { return Convert<size, big_endian>::convert_host(this->p_->ch_type); } 1400 { this->p_->ch_type = Convert<size, big_endian>::convert_host(v); }
|
| D | ChangeLog-0815 | 32 * elfcpp_internal.h (Chdr_data<64>): Change ch_type to 4 bytes
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | readelf.c | 7618 chdr->ch_type = BYTE_GET (echdr->ch_type); in get_compression_header() 7633 chdr->ch_type = BYTE_GET (echdr->ch_type); in get_compression_header() 8286 if (chdr.ch_type == ch_compress_zlib) in process_section_headers() 8288 else if (chdr.ch_type == ch_compress_zstd) in process_section_headers() 8292 chdr.ch_type); in process_section_headers() 15997 if (chdr.ch_type == ch_compress_zlib) in maybe_expand_or_relocate_section() 16000 else if (chdr.ch_type == ch_compress_zstd) in maybe_expand_or_relocate_section() 16006 printable_section_name (filedata, section), chdr.ch_type); in maybe_expand_or_relocate_section() 16607 if (chdr.ch_type == ch_compress_zlib) in load_specific_debug_section() 16610 else if (chdr.ch_type == ch_compress_zstd) in load_specific_debug_section() [all …]
|
| /netbsd/src/external/bsd/wpa/dist/src/drivers/ |
| D | driver_nl80211_event.c | 1222 enum nl80211_channel_type ch_type = nla_get_u32(type); in mlme_event_ch_switch() local 1224 wpa_printf(MSG_DEBUG, "nl80211: Channel type: %d", ch_type); in mlme_event_ch_switch() 1225 switch (ch_type) { in mlme_event_ch_switch()
|
| /netbsd/src/external/gpl3/binutils/lib/libbfd/arch/sh3eb/ |
| D | bfd.h | 2888 enum compression_type *ch_type);
|