Home
last modified time | relevance | path

Searched refs:ch_type (Results 1 – 25 of 89) sorted by relevance

1234

/netbsd/src/external/gpl3/binutils/dist/bfd/
Dcompress.c163 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 …]
DChangeLog-20151117 ch_type.
1118 (bfd_check_compression_header): Use bfd_get_32 on ch_type.
1120 on ch_type.
Delf.c1191 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/
Dcompress.c163 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 …]
DChangeLog-20151117 ch_type.
1118 (bfd_check_compression_header): Use bfd_get_32 on ch_type.
1120 on ch_type.
Delf.c1179 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/
Dcompressed_output.cc174 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/
Dchfs_inode.h61 #define CHTTOVT(ch_type) (enum vtype)(ch_type) argument
99 enum chtype ch_type; /* chfs file type */ member
Dchfs_vnode.c119 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()
Dchfs_vfsops.c511 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()
Dchfs_subr.c205 switch (ip->ch_type) { in chfs_chsize()
Dchfs_vnops.c108 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/
Dserial.c45 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()
Df-valprint.c478 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/
Dexternal.h141 unsigned char ch_type[4]; /* Type of compression */ member
147 unsigned char ch_type[4]; /* Type of compression */ member
Dinternal.h123 unsigned int ch_type; /* Type of compression */ member
/netbsd/src/external/gpl3/gdb/dist/include/elf/
Dexternal.h141 unsigned char ch_type[4]; /* Type of compression */ member
147 unsigned char ch_type[4]; /* Type of compression */ member
Dinternal.h123 unsigned int ch_type; /* Type of compression */ member
DChangeLog-041566 * external.h (Elf64_External_Chdr): Change ch_type to 4 bytes
/netbsd/src/external/gpl3/binutils/dist/elfcpp/
Delfcpp_internal.h90 Elf_Word ch_type;
98 Elf_Word ch_type;
Delfcpp.h1373 { return Convert<size, big_endian>::convert_host(this->p_->ch_type); }
1400 { this->p_->ch_type = Convert<size, big_endian>::convert_host(v); }
DChangeLog-081532 * elfcpp_internal.h (Chdr_data<64>): Change ch_type to 4 bytes
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dreadelf.c7618 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/
Ddriver_nl80211_event.c1222 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/
Dbfd.h2888 enum compression_type *ch_type);

1234