Searched refs:section_info (Results 1 – 4 of 4) sorted by relevance
73 struct rtw89_fw_hdr_section_info *section_info,149 struct rtw89_fw_hdr_section_info *section_info; in rtw89_fw_hdr_parser_v0() local189 section_info = info->section_info; in rtw89_fw_hdr_parser_v0()192 section_info->type = in rtw89_fw_hdr_parser_v0()194 section_info->len = le32_get_bits(section->w1, FWSECTION_HDR_W1_SEC_SIZE); in rtw89_fw_hdr_parser_v0()197 section_info->len += FWDL_SECTION_CHKSUM_LEN; in rtw89_fw_hdr_parser_v0()198 section_info->redl = le32_get_bits(section->w1, FWSECTION_HDR_W1_REDL); in rtw89_fw_hdr_parser_v0()199 section_info->dladdr = in rtw89_fw_hdr_parser_v0()201 section_info->addr = bin; in rtw89_fw_hdr_parser_v0()203 if (section_info->type == FWDL_SECURITY_SECTION_TYPE) { in rtw89_fw_hdr_parser_v0()[all …]
307 struct rtw89_fw_hdr_section_info section_info[FWDL_SECTION_MAX_NUM]; member
193 m_sect_infos.push_back(section_info{*offset_ptr + c.tell(), section_length, in DecodeNextSection()197 m_sect_infos.push_back(section_info{*offset_ptr + c.tell(), in DecodeNextSection()300 for (const section_info §_info : m_sect_infos) { in CreateSections()419 for (const section_info §_info : m_sect_infos) { in GetExternalDebugInfoFileSpec()
131 typedef struct section_info { struct