Searched refs:section_size (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-nvm-parse.c | 1809 int ret, section_size; in iwl_read_external_nvm() local 1904 section_size = in iwl_read_external_nvm() 1908 section_size = 2 * EXT_NVM_WORD2_LEN( in iwl_read_external_nvm() 1914 if (section_size > max_section_size) { in iwl_read_external_nvm() 1916 section_size); in iwl_read_external_nvm() 1921 if (!section_size) { in iwl_read_external_nvm() 1927 if (file_sec->data + section_size > eof) { in iwl_read_external_nvm() 1930 section_size); in iwl_read_external_nvm() 1941 temp = kmemdup(file_sec->data, section_size, GFP_KERNEL); in iwl_read_external_nvm() 1951 nvm_sections[section_id].length = section_size; in iwl_read_external_nvm() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 995 const lldb::offset_t section_size = dynsym_data.GetByteSize(); in ParseDependentModules() local 1000 while (offset < section_size) { in ParseDependentModules() 1486 const uint64_t section_size = in GetSectionHeaderInfo() local 1498 section_size) == section_size)) { in GetSectionHeaderInfo() 1562 if (sheader.sh_type == SHT_ARM_ATTRIBUTES && section_size != 0 && in GetSectionHeaderInfo() 1563 data.SetData(object_data, sheader.sh_offset, section_size) == section_size) in GetSectionHeaderInfo() 1564 ParseARMAttributes(data, section_size, arch_spec); in GetSectionHeaderInfo() 1570 section_size) == section_size)) { in GetSectionHeaderInfo() 1591 section_size) == section_size)) { in GetSectionHeaderInfo() 2408 const lldb::offset_t section_size = dynsym_data.GetByteSize(); in ParseDynamicSymbols() local [all …]
|
| /freebsd-14.2/sys/contrib/dev/athk/ath10k/ |
| H A D | sdio.c | 2293 unsigned int count, section_size, skip_size; in ath10k_sdio_dump_memory_section() local 2320 section_size = cur_section->end - cur_section->start; in ath10k_sdio_dump_memory_section() 2322 if (section_size <= 0) { in ath10k_sdio_dump_memory_section() 2346 if (buf_len < (skip_size + section_size)) { in ath10k_sdio_dump_memory_section() 2351 buf_len -= skip_size + section_size; in ath10k_sdio_dump_memory_section() 2355 buf, section_size); in ath10k_sdio_dump_memory_section() 2362 buf += section_size; in ath10k_sdio_dump_memory_section() 2363 count += section_size; in ath10k_sdio_dump_memory_section()
|
| H A D | pci.c | 1548 unsigned int count, section_size, skip_size; in ath10k_pci_dump_memory_section() local 1575 section_size = cur_section->end - cur_section->start; in ath10k_pci_dump_memory_section() 1577 if (section_size <= 0) { in ath10k_pci_dump_memory_section() 1601 if (buf_len < (skip_size + section_size)) { in ath10k_pci_dump_memory_section() 1606 buf_len -= skip_size + section_size; in ath10k_pci_dump_memory_section() 1610 buf, section_size); in ath10k_pci_dump_memory_section() 1617 buf += section_size; in ath10k_pci_dump_memory_section() 1618 count += section_size; in ath10k_pci_dump_memory_section()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | ObjectFile.cpp | 511 const uint64_t section_size = section->GetByteSize(); in ReadSectionData() local 512 const uint64_t section_bytes_left = section_size - section_offset; in ReadSectionData()
|