Home
last modified time | relevance | path

Searched refs:section_info (Results 1 – 4 of 4) sorted by relevance

/src/sys/contrib/dev/rtw89/
H A Dfw.c73 struct rtw89_fw_hdr_section_info *section_info,
149 struct rtw89_fw_hdr_section_info *section_info; in rtw89_fw_hdr_parser_v0() local
189 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 …]
H A Dfw.h307 struct rtw89_fw_hdr_section_info section_info[FWDL_SECTION_MAX_NUM]; member
/src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp193 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 &sect_info : m_sect_infos) { in CreateSections()
419 for (const section_info &sect_info : m_sect_infos) { in GetExternalDebugInfoFileSpec()
H A DObjectFileWasm.h131 typedef struct section_info { struct