Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp172 uint8_t section_id = data.getU8(c); in DecodeNextSection() local
180 if (section_id == llvm::wasm::WASM_SEC_CUSTOM) { in DecodeNextSection()
194 section_id, *sect_name}); in DecodeNextSection()
196 } else if (section_id <= llvm::wasm::WASM_SEC_LAST_KNOWN) { in DecodeNextSection()
199 section_id, ConstString()}); in DecodeNextSection()
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp94 uint32_t section_id = symbol.getAddressSection(); in ConvertPDBLocationToDWARFExpression() local
96 auto section = section_list->FindSectionByID(section_id); in ConvertPDBLocationToDWARFExpression()
H A DSymbolFilePDB.cpp1415 auto section_id = pub_symbol->getAddressSection(); in AddSymbols() local
1417 auto section = section_list->FindSectionByID(section_id); in AddSymbols()
/src/sys/contrib/dev/iwlwifi/
H A Diwl-nvm-parse.c1848 u16 section_id; in iwl_read_external_nvm() local
1944 section_id = NVM_WORD2_ID(le16_to_cpu(file_sec->word2)); in iwl_read_external_nvm()
1948 section_id = EXT_NVM_WORD1_ID( in iwl_read_external_nvm()
1973 if (WARN(section_id >= NVM_MAX_NUM_SECTIONS, in iwl_read_external_nvm()
1974 "Invalid NVM section ID %d\n", section_id)) { in iwl_read_external_nvm()
1985 iwl_nvm_fixups(trans->info.hw_id, section_id, temp, section_size); in iwl_read_external_nvm()
1987 kfree(nvm_sections[section_id].data); in iwl_read_external_nvm()
1988 nvm_sections[section_id].data = temp; in iwl_read_external_nvm()
1989 nvm_sections[section_id].length = section_size; in iwl_read_external_nvm()
/src/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h349 unsigned alignment, unsigned section_id, const char *name) in AllocationRecord()
352 m_alignment(alignment), m_section_id(section_id) { in AllocationRecord()
/src/sys/dev/smartpqi/
H A Dsmartpqi_features.c491 switch (LE_16(section_hdr->section_id)) { in pqisrc_process_config_table()
512 LE_16(section_hdr->section_id)); in pqisrc_process_config_table()
H A Dsmartpqi_structures.h160 uint16_t section_id; member
1413 uint16_t section_id; /* as defined by the */ member
/src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h311 lldb::user_id_t section_id);