Home
last modified time | relevance | path

Searched refs:section_size (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/contrib/dev/iwlwifi/
H A Diwl-nvm-parse.c1555 int ret, section_size; in iwl_read_external_nvm() local
1650 section_size = in iwl_read_external_nvm()
1654 section_size = 2 * EXT_NVM_WORD2_LEN( in iwl_read_external_nvm()
1660 if (section_size > max_section_size) { in iwl_read_external_nvm()
1662 section_size); in iwl_read_external_nvm()
1667 if (!section_size) { in iwl_read_external_nvm()
1673 if (file_sec->data + section_size > eof) { in iwl_read_external_nvm()
1676 section_size); in iwl_read_external_nvm()
1687 temp = kmemdup(file_sec->data, section_size, GFP_KERNEL); in iwl_read_external_nvm()
1697 nvm_sections[section_id].length = section_size; in iwl_read_external_nvm()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp950 const lldb::offset_t section_size = dynsym_data.GetByteSize(); in ParseDependentModules() local
955 while (offset < section_size) { in ParseDependentModules()
1417 const uint64_t section_size = in GetSectionHeaderInfo() local
1429 section_size) == section_size)) { in GetSectionHeaderInfo()
1493 if (sheader.sh_type == SHT_ARM_ATTRIBUTES && section_size != 0 && in GetSectionHeaderInfo()
1494 data.SetData(object_data, sheader.sh_offset, section_size) == section_size) in GetSectionHeaderInfo()
1495 ParseARMAttributes(data, section_size, arch_spec); in GetSectionHeaderInfo()
1501 section_size) == section_size)) { in GetSectionHeaderInfo()
1522 section_size) == section_size)) { in GetSectionHeaderInfo()
2349 const lldb::offset_t section_size = dynsym_data.GetByteSize(); in ParseDynamicSymbols() local
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp506 const uint64_t section_size = section->GetByteSize(); in ReadSectionData() local
507 const uint64_t section_bytes_left = section_size - section_offset; in ReadSectionData()