Searched refs:file_len (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/objtool/ |
| H A D | objtool.c | 77 ssize_t len, self_len, file_len; in top_level_dir() local 94 file_len = strlen(file); in top_level_dir() 96 str = malloc(self_len + file_len + 2); in top_level_dir()
|
| /linux/kernel/ |
| H A D | module_signature.c | 21 int mod_check_sig(const struct module_signature *ms, size_t file_len, in mod_check_sig() argument 24 if (be32_to_cpu(ms->sig_len) >= file_len - sizeof(*ms)) in mod_check_sig()
|
| /linux/drivers/net/wireless/intel/iwlwifi/fw/ |
| H A D | dbg.c | 811 u32 file_len, fifo_len = 0, prph_len = 0, radio_len = 0; in iwl_fw_error_dump_file() local 848 file_len = sizeof(*dump_file) + fifo_len + prph_len + radio_len; in iwl_fw_error_dump_file() 851 file_len += sizeof(*dump_data) + sizeof(*dump_info); in iwl_fw_error_dump_file() 853 file_len += sizeof(*dump_data) + sizeof(*dump_smem_cfg); in iwl_fw_error_dump_file() 861 ADD_LEN(file_len, sram_len, hdr_len); in iwl_fw_error_dump_file() 864 ADD_LEN(file_len, smem_len, hdr_len); in iwl_fw_error_dump_file() 865 ADD_LEN(file_len, sram2_len, hdr_len); in iwl_fw_error_dump_file() 868 ADD_LEN(file_len, le32_to_cpu(fw_mem[i].len), hdr_len); in iwl_fw_error_dump_file() 873 file_len += fwrt->num_of_paging_blk * in iwl_fw_error_dump_file() 879 file_len += sizeof(*dump_data) + in iwl_fw_error_dump_file() [all …]
|
| /linux/include/linux/ |
| H A D | module_signature.h | 43 int mod_check_sig(const struct module_signature *ms, size_t file_len,
|