Searched refs:section_size (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-nvm-parse.c | 1917 int ret, section_size; in iwl_read_external_nvm() local 2012 section_size = in iwl_read_external_nvm() 2016 section_size = 2 * EXT_NVM_WORD2_LEN( in iwl_read_external_nvm() 2022 if (section_size > max_section_size) { in iwl_read_external_nvm() 2024 section_size); in iwl_read_external_nvm() 2029 if (!section_size) { in iwl_read_external_nvm() 2035 if (file_sec->data + section_size > eof) { in iwl_read_external_nvm() 2038 section_size); in iwl_read_external_nvm() 2049 temp = kmemdup(file_sec->data, section_size, GFP_KERNEL); in iwl_read_external_nvm() 2055 iwl_nvm_fixups(trans->info.hw_id, section_id, temp, section_size); in iwl_read_external_nvm() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 1009 const lldb::offset_t section_size = dynsym_data.GetByteSize(); in ParseDependentModules() local 1014 while (offset < section_size) { in ParseDependentModules() 1500 const uint64_t section_size = in GetSectionHeaderInfo() local 1511 if (section_size && (data.SetData(object_data, sheader.sh_offset, in GetSectionHeaderInfo() 1512 section_size) == section_size)) { in GetSectionHeaderInfo() 1576 if (sheader.sh_type == SHT_ARM_ATTRIBUTES && section_size != 0 && in GetSectionHeaderInfo() 1577 data.SetData(object_data, sheader.sh_offset, section_size) == section_size) in GetSectionHeaderInfo() 1578 ParseARMAttributes(data, section_size, arch_spec); in GetSectionHeaderInfo() 1583 if (section_size && (data.SetData(object_data, sheader.sh_offset, in GetSectionHeaderInfo() 1584 section_size) == section_size)) { in GetSectionHeaderInfo() [all …]
|
| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | sdio.c | 2295 unsigned int count, section_size, skip_size; in ath10k_sdio_dump_memory_section() local 2322 section_size = cur_section->end - cur_section->start; in ath10k_sdio_dump_memory_section() 2324 if (section_size <= 0) { in ath10k_sdio_dump_memory_section() 2348 if (buf_len < (skip_size + section_size)) { in ath10k_sdio_dump_memory_section() 2353 buf_len -= skip_size + section_size; in ath10k_sdio_dump_memory_section() 2357 buf, section_size); in ath10k_sdio_dump_memory_section() 2364 buf += section_size; in ath10k_sdio_dump_memory_section() 2365 count += section_size; in ath10k_sdio_dump_memory_section()
|
| H A D | pci.c | 1551 unsigned int count, section_size, skip_size; in ath10k_pci_dump_memory_section() local 1578 section_size = cur_section->end - cur_section->start; in ath10k_pci_dump_memory_section() 1580 if (section_size <= 0) { in ath10k_pci_dump_memory_section() 1604 if (buf_len < (skip_size + section_size)) { in ath10k_pci_dump_memory_section() 1609 buf_len -= skip_size + section_size; in ath10k_pci_dump_memory_section() 1613 buf, section_size); in ath10k_pci_dump_memory_section() 1620 buf += section_size; in ath10k_pci_dump_memory_section() 1621 count += section_size; in ath10k_pci_dump_memory_section()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | ObjectFile.cpp | 520 const uint64_t section_size = section->GetByteSize(); in ReadSectionData() local 521 const uint64_t section_bytes_left = section_size - section_offset; in ReadSectionData()
|