Searched refs:section_id (Results 1 – 8 of 8) sorted by relevance
175 uint8_t section_id = data.getU8(c); in DecodeNextSection() local183 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()
93 uint32_t section_id = symbol.getAddressSection(); in ConvertPDBLocationToDWARFExpression() local95 auto section = section_list->FindSectionByID(section_id); in ConvertPDBLocationToDWARFExpression()
1392 auto section_id = pub_symbol->getAddressSection(); in AddSymbols() local1394 auto section = section_list->FindSectionByID(section_id); in AddSymbols()
1556 u16 section_id; in iwl_read_external_nvm() local1652 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()
354 unsigned alignment, unsigned section_id, const char *name) in AllocationRecord()358 m_section_id(section_id) { in AllocationRecord()
301 lldb::user_id_t section_id);
644 switch (LE_16(section_hdr->section_id)) { in pqisrc_process_config_table()665 LE_16(section_hdr->section_id)); in pqisrc_process_config_table()
155 uint16_t section_id; member