| /src/sys/arch/m68k/m68k/ |
| dumpsys.c | 104 cpu_init_kcore_hdr(cpu_kcore_hdr_t *chdr) 106 phys_ram_seg_t *ram_segs = pmap_init_kcore_hdr(chdr); 128 cpu_kcore_hdr_t *chdr; local 133 chdr = (cpu_kcore_hdr_t *)&buf[ALIGN(sizeof(kcore_seg_t)) / 140 cpu_init_kcore_hdr(chdr);
|
| /src/sys/net/ |
| if_sl.c | 719 u_char chdr[CHDR_LEN]; local 900 memcpy(chdr, pktstart, CHDR_LEN); 943 bpf_mtap_sl_in(&sc->sc_if, chdr, &m);
|
| /src/external/gpl3/binutils/dist/bfd/ |
| compress.c | 233 Elf_Internal_Chdr chdr; local 238 chdr.ch_type = bfd_get_32 (abfd, &echdr->ch_type); 239 chdr.ch_size = bfd_get_32 (abfd, &echdr->ch_size); 240 chdr.ch_addralign = bfd_get_32 (abfd, &echdr->ch_addralign); 245 chdr.ch_type = bfd_get_32 (abfd, &echdr->ch_type); 246 chdr.ch_size = bfd_get_64 (abfd, &echdr->ch_size); 247 chdr.ch_addralign = bfd_get_64 (abfd, &echdr->ch_addralign); 249 *ch_type = chdr.ch_type; 250 if ((chdr.ch_type == ch_compress_zlib 251 || chdr.ch_type == ch_compress_zstd 417 Elf_Internal_Chdr chdr; local [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| compress.c | 227 Elf_Internal_Chdr chdr; local 232 chdr.ch_type = bfd_get_32 (abfd, &echdr->ch_type); 233 chdr.ch_size = bfd_get_32 (abfd, &echdr->ch_size); 234 chdr.ch_addralign = bfd_get_32 (abfd, &echdr->ch_addralign); 239 chdr.ch_type = bfd_get_32 (abfd, &echdr->ch_type); 240 chdr.ch_size = bfd_get_64 (abfd, &echdr->ch_size); 241 chdr.ch_addralign = bfd_get_64 (abfd, &echdr->ch_addralign); 243 *ch_type = chdr.ch_type; 244 if ((chdr.ch_type == ch_compress_zlib 245 || chdr.ch_type == ch_compress_zstd 400 Elf_Internal_Chdr chdr; local [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| compress.c | 227 Elf_Internal_Chdr chdr; local 232 chdr.ch_type = bfd_get_32 (abfd, &echdr->ch_type); 233 chdr.ch_size = bfd_get_32 (abfd, &echdr->ch_size); 234 chdr.ch_addralign = bfd_get_32 (abfd, &echdr->ch_addralign); 239 chdr.ch_type = bfd_get_32 (abfd, &echdr->ch_type); 240 chdr.ch_size = bfd_get_64 (abfd, &echdr->ch_size); 241 chdr.ch_addralign = bfd_get_64 (abfd, &echdr->ch_addralign); 243 *ch_type = chdr.ch_type; 244 if ((chdr.ch_type == ch_compress_zlib 245 || chdr.ch_type == ch_compress_zstd 400 Elf_Internal_Chdr chdr; local [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| compress.c | 227 Elf_Internal_Chdr chdr; local 232 chdr.ch_type = bfd_get_32 (abfd, &echdr->ch_type); 233 chdr.ch_size = bfd_get_32 (abfd, &echdr->ch_size); 234 chdr.ch_addralign = bfd_get_32 (abfd, &echdr->ch_addralign); 239 chdr.ch_type = bfd_get_32 (abfd, &echdr->ch_type); 240 chdr.ch_size = bfd_get_64 (abfd, &echdr->ch_size); 241 chdr.ch_addralign = bfd_get_64 (abfd, &echdr->ch_addralign); 243 *ch_type = chdr.ch_type; 244 if ((chdr.ch_type == ch_compress_zlib 245 || chdr.ch_type == ch_compress_zstd 400 Elf_Internal_Chdr chdr; local [all...] |
| /src/crypto/external/bsd/heimdal/dist/kadmin/ |
| rpc.c | 770 struct call_header chdr; local 780 memset(&chdr, 0, sizeof(chdr)); 841 CHECK(krb5_ret_uint32(msg, &chdr.xid)); 843 CHECK(krb5_ret_uint32(msg, &chdr.rpcvers)); 844 CHECK(krb5_ret_uint32(msg, &chdr.prog)); 845 CHECK(krb5_ret_uint32(msg, &chdr.vers)); 846 CHECK(krb5_ret_uint32(msg, &chdr.proc)); 847 CHECK(ret_auth_opaque(msg, &chdr.cred)); 849 CHECK(ret_auth_opaque(msg, &chdr.verf)) [all...] |
| /src/sys/arch/mac68k/mac68k/ |
| machdep.c | 506 cpu_kcore_hdr_t *chdr; local 511 chdr = (cpu_kcore_hdr_t *)&buf[ALIGN(sizeof(kcore_seg_t)) / 518 memcpy(chdr, &cpu_kcore_hdr, sizeof(cpu_kcore_hdr_t));
|
| /src/crypto/external/apache2/openssl/dist/ssl/quic/ |
| quic_txp.c | 2062 * Given a CRYPTO frame header with accurate chdr->len and a budget 2063 * (space_left), try to find the optimal value of chdr->len to fill as much of 2065 * chdr->len cause larger encoded sizes of the length field of the frame, which 2070 OSSL_QUIC_FRAME_CRYPTO *chdr, 2078 if (chdr->len > SIZE_MAX) 2081 orig_len = (size_t)chdr->len; 2083 chdr->len = 0; 2084 base_hdr_len = ossl_quic_wire_get_encoded_frame_len_crypto_hdr(chdr); 2085 chdr->len = orig_len; 2130 OSSL_QUIC_FRAME_CRYPTO chdr = { 0 } local [all...] |
| /src/sys/netinet/ |
| sctp_output.c | 6126 struct sctp_chunkhdr *chdr; local 6139 chdr = mtod(outchain, struct sctp_chunkhdr *); 6140 chdr->chunk_type = SCTP_HEARTBEAT_ACK; 6141 chdr->chunk_flags = 0;
|
| /src/external/gpl3/gcc/dist/libbacktrace/ |
| elf.c | 5079 b_elf_chdr chdr; local 5094 memcpy (&chdr, compressed, sizeof (b_elf_chdr)); 5098 if (*uncompressed != NULL && *uncompressed_size >= chdr.ch_size) 5102 alc_len = chdr.ch_size; 5109 switch (chdr.ch_type) 5114 zdebug_table, po, chdr.ch_size)) 5122 chdr.ch_size)) 5132 *uncompressed_size = chdr.ch_size;
|
| /src/external/gpl3/gcc.old/dist/libbacktrace/ |
| elf.c | 2608 const b_elf_chdr *chdr; local 2618 chdr = (const b_elf_chdr *) compressed; 2620 if (chdr->ch_type != ELFCOMPRESS_ZLIB) 2626 if (*uncompressed != NULL && *uncompressed_size >= chdr->ch_size) 2630 po = (unsigned char *) backtrace_alloc (state, chdr->ch_size, 2638 zdebug_table, po, chdr->ch_size)) 2642 *uncompressed_size = chdr->ch_size;
|
| /src/external/gpl3/gdb/dist/libbacktrace/ |
| elf.c | 5079 b_elf_chdr chdr; local 5094 memcpy (&chdr, compressed, sizeof (b_elf_chdr)); 5098 if (*uncompressed != NULL && *uncompressed_size >= chdr.ch_size) 5102 alc_len = chdr.ch_size; 5109 switch (chdr.ch_type) 5114 zdebug_table, po, chdr.ch_size)) 5122 chdr.ch_size)) 5132 *uncompressed_size = chdr.ch_size;
|
| /src/external/gpl3/gdb.old/dist/libbacktrace/ |
| elf.c | 5079 b_elf_chdr chdr; local 5094 memcpy (&chdr, compressed, sizeof (b_elf_chdr)); 5098 if (*uncompressed != NULL && *uncompressed_size >= chdr.ch_size) 5102 alc_len = chdr.ch_size; 5109 switch (chdr.ch_type) 5114 zdebug_table, po, chdr.ch_size)) 5122 chdr.ch_size)) 5132 *uncompressed_size = chdr.ch_size;
|
| /src/external/gpl3/binutils/dist/binutils/ |
| readelf.c | 8547 get_compression_header (Elf_Internal_Chdr *chdr, unsigned char *buf, 8560 chdr->ch_type = BYTE_GET (echdr->ch_type); 8561 chdr->ch_size = BYTE_GET (echdr->ch_size); 8562 chdr->ch_addralign = BYTE_GET (echdr->ch_addralign); 8575 chdr->ch_type = BYTE_GET (echdr->ch_type); 8576 chdr->ch_size = BYTE_GET (echdr->ch_size); 8577 chdr->ch_addralign = BYTE_GET (echdr->ch_addralign); 9261 Elf_Internal_Chdr chdr; 9263 if (get_compression_header (&chdr, buf, sizeof (buf)) == 0) 9267 if (chdr.ch_type == ch_compress_zlib 9258 Elf_Internal_Chdr chdr; local 17128 Elf_Internal_Chdr chdr; local 17703 Elf_Internal_Chdr chdr; local [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| readelf.c | 8147 get_compression_header (Elf_Internal_Chdr *chdr, unsigned char *buf, 8160 chdr->ch_type = BYTE_GET (echdr->ch_type); 8161 chdr->ch_size = BYTE_GET (echdr->ch_size); 8162 chdr->ch_addralign = BYTE_GET (echdr->ch_addralign); 8175 chdr->ch_type = BYTE_GET (echdr->ch_type); 8176 chdr->ch_size = BYTE_GET (echdr->ch_size); 8177 chdr->ch_addralign = BYTE_GET (echdr->ch_addralign); 8829 Elf_Internal_Chdr chdr; 8831 if (get_compression_header (&chdr, buf, sizeof (buf)) == 0) 8835 if (chdr.ch_type == ch_compress_zlib 8826 Elf_Internal_Chdr chdr; local 16583 Elf_Internal_Chdr chdr; local 17158 Elf_Internal_Chdr chdr; local [all...] |