Home
last modified time | relevance | path

Searched refs:sym_buf (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-core/zlib/zlib/
H A DCVE-2018-25032.patch58 + /* We overlay pending_buf and sym_buf. This works since the average size
67 + * sym_buf starts one-fourth of the way into pending_buf. So there are
68 + * three bytes in sym_buf for every four bytes in pending_buf. Each symbol
69 + * in sym_buf is three bytes -- two for the distance and one for the
71 + * sym_buf value to read moves forward three bytes. From that symbol, up to
73 + * bits gets to the next sym_buf symbol to read is just before the last
75 + * after 24*(n-2) bits have been consumed from sym_buf. sym_buf starts at
108 + s->sym_buf = s->pending_buf + s->lit_bufsize;
122 + if (s->sym_buf < s->pending_out + ((Buf_size + 7) >> 3))
150 + ds->sym_buf = ds->pending_buf + ds->lit_bufsize;
[all …]
/OK3568_Linux_fs/kernel/kernel/
H A Dkexec_file.c1120 char *sym_buf; in kexec_purgatory_get_set_symbol() local
1140 sym_buf = (char *)pi->purgatory_buf + sec->sh_offset + sym->st_value; in kexec_purgatory_get_set_symbol()
1143 memcpy((void *)buf, sym_buf, size); in kexec_purgatory_get_set_symbol()
1145 memcpy((void *)sym_buf, buf, size); in kexec_purgatory_get_set_symbol()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_ld_file.c2055 if (!fw_info->sym_buf) { in rtw_hal_ld_fw_symbol()
2057 fw_info->sym_buf = _os_mem_alloc(d, RTW_MAX_FW_SIZE); in rtw_hal_ld_fw_symbol()
2058 if (!fw_info->sym_buf) { in rtw_hal_ld_fw_symbol()
2068 fw_info->sym_buf_size = _os_read_file(path, fw_info->sym_buf, in rtw_hal_ld_fw_symbol()
2074 *buf = fw_info->sym_buf; in rtw_hal_ld_fw_symbol()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_ld_file.c2055 if (!fw_info->sym_buf) { in rtw_hal_ld_fw_symbol()
2057 fw_info->sym_buf = _os_mem_alloc(d, RTW_MAX_FW_SIZE); in rtw_hal_ld_fw_symbol()
2058 if (!fw_info->sym_buf) { in rtw_hal_ld_fw_symbol()
2068 fw_info->sym_buf_size = _os_read_file(path, fw_info->sym_buf, in rtw_hal_ld_fw_symbol()
2074 *buf = fw_info->sym_buf; in rtw_hal_ld_fw_symbol()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_init.c234 if (fw_info->sym_buf) in phl_fw_deinit()
235 _os_mem_free(phl_to_drvpriv(phl_info), fw_info->sym_buf, in phl_fw_deinit()
H A Dphl_def.h2048 u8 *sym_buf; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_init.c237 if (fw_info->sym_buf) in phl_fw_deinit()
238 _os_mem_free(phl_to_drvpriv(phl_info), fw_info->sym_buf, in phl_fw_deinit()
H A Dphl_def.h2072 u8 *sym_buf; member