Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
HDObjectFileWasm.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()
HDObjectFileWasm.h131 typedef struct section_info { struct
/freebsd-13-stable/sys/contrib/dev/rtw89/
HDfw.c86 struct rtw89_fw_hdr_section_info *section_info; in rtw89_fw_hdr_parser() local
102 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 …]
HDfw.h161 struct rtw89_fw_hdr_section_info section_info[FWDL_SECTION_MAX_NUM]; member