Searched refs:section_info (Results 1 – 4 of 4) sorted by relevance
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
86 struct rtw89_fw_hdr_section_info *section_info; in rtw89_fw_hdr_parser() local102 section_info = info->section_info; in rtw89_fw_hdr_parser()104 section_info->len = GET_FWSECTION_HDR_SEC_SIZE(fw); in rtw89_fw_hdr_parser()106 section_info->len += FWDL_SECTION_CHKSUM_LEN; in rtw89_fw_hdr_parser()107 section_info->redl = GET_FWSECTION_HDR_REDL(fw); in rtw89_fw_hdr_parser()108 section_info->dladdr = in rtw89_fw_hdr_parser()110 section_info->addr = bin; in rtw89_fw_hdr_parser()111 bin += section_info->len; in rtw89_fw_hdr_parser()113 section_info++; in rtw89_fw_hdr_parser()449 struct rtw89_fw_hdr_section_info *section_info = info->section_info; in rtw89_fw_download_main() local[all …]
161 struct rtw89_fw_hdr_section_info section_info[FWDL_SECTION_MAX_NUM]; member