Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp175 uint8_t section_id = data.getU8(c); in DecodeNextSection() local
183 if (section_id == llvm::wasm::WASM_SEC_CUSTOM) { in DecodeNextSection()
197 section_id, *sect_name}); in DecodeNextSection()
199 } else if (section_id <= llvm::wasm::WASM_SEC_TAG) { in DecodeNextSection()
202 section_id, ConstString()}); in DecodeNextSection()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp93 uint32_t section_id = symbol.getAddressSection(); in ConvertPDBLocationToDWARFExpression() local
95 auto section = section_list->FindSectionByID(section_id); in ConvertPDBLocationToDWARFExpression()
H A DSymbolFilePDB.cpp1392 auto section_id = pub_symbol->getAddressSection(); in AddSymbols() local
1394 auto section = section_list->FindSectionByID(section_id); in AddSymbols()
/freebsd-13.1/sys/contrib/dev/iwlwifi/
H A Diwl-nvm-parse.c1556 u16 section_id; in iwl_read_external_nvm() local
1652 section_id = NVM_WORD2_ID(le16_to_cpu(file_sec->word2)); in iwl_read_external_nvm()
1656 section_id = EXT_NVM_WORD1_ID( in iwl_read_external_nvm()
1681 if (WARN(section_id >= NVM_MAX_NUM_SECTIONS, in iwl_read_external_nvm()
1682 "Invalid NVM section ID %d\n", section_id)) { in iwl_read_external_nvm()
1693 iwl_nvm_fixups(trans->hw_id, section_id, temp, section_size); in iwl_read_external_nvm()
1695 kfree(nvm_sections[section_id].data); in iwl_read_external_nvm()
1696 nvm_sections[section_id].data = temp; in iwl_read_external_nvm()
1697 nvm_sections[section_id].length = section_size; in iwl_read_external_nvm()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h354 unsigned alignment, unsigned section_id, const char *name) in AllocationRecord()
358 m_section_id(section_id) { in AllocationRecord()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h301 lldb::user_id_t section_id);
/freebsd-13.1/sys/dev/smartpqi/
H A Dsmartpqi_init.c644 switch (LE_16(section_hdr->section_id)) { in pqisrc_process_config_table()
665 LE_16(section_hdr->section_id)); in pqisrc_process_config_table()
H A Dsmartpqi_structures.h155 uint16_t section_id; member