Searched refs:section_id (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
| HD | ObjectFileWasm.cpp | 172 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()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
| HD | PDBLocationToDWARFExpression.cpp | 94 uint32_t section_id = symbol.getAddressSection(); in ConvertPDBLocationToDWARFExpression() local 96 auto section = section_list->FindSectionByID(section_id); in ConvertPDBLocationToDWARFExpression()
|
| HD | SymbolFilePDB.cpp | 1415 auto section_id = pub_symbol->getAddressSection(); in AddSymbols() local 1417 auto section = section_list->FindSectionByID(section_id); in AddSymbols()
|
| /freebsd-13-stable/sys/contrib/dev/iwlwifi/ |
| HD | iwl-nvm-parse.c | 1810 u16 section_id; in iwl_read_external_nvm() local 1906 section_id = NVM_WORD2_ID(le16_to_cpu(file_sec->word2)); in iwl_read_external_nvm() 1910 section_id = EXT_NVM_WORD1_ID( in iwl_read_external_nvm() 1935 if (WARN(section_id >= NVM_MAX_NUM_SECTIONS, in iwl_read_external_nvm() 1936 "Invalid NVM section ID %d\n", section_id)) { in iwl_read_external_nvm() 1947 iwl_nvm_fixups(trans->hw_id, section_id, temp, section_size); in iwl_read_external_nvm() 1949 kfree(nvm_sections[section_id].data); in iwl_read_external_nvm() 1950 nvm_sections[section_id].data = temp; in iwl_read_external_nvm() 1951 nvm_sections[section_id].length = section_size; in iwl_read_external_nvm()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Expression/ |
| HD | IRExecutionUnit.h | 349 unsigned alignment, unsigned section_id, const char *name) in AllocationRecord() 352 m_alignment(alignment), m_section_id(section_id) { in AllocationRecord()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| HD | ObjectFileELF.h | 311 lldb::user_id_t section_id);
|
| /freebsd-13-stable/sys/dev/smartpqi/ |
| HD | smartpqi_init.c | 643 switch (LE_16(section_hdr->section_id)) { in pqisrc_process_config_table() 664 LE_16(section_hdr->section_id)); in pqisrc_process_config_table()
|
| HD | smartpqi_structures.h | 154 uint16_t section_id; member
|