Searched refs:get_sec (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/samples/bpf/ |
D | bpf_load.c | 316 static int get_sec(Elf *elf, int i, GElf_Ehdr *ehdr, char **shname, in get_sec() function 544 if (get_sec(elf, i, &ehdr, &shname, &shdr, &data)) in do_load_bpf_file() 603 if (get_sec(elf, i, &ehdr, &shname, &shdr, &data)) in do_load_bpf_file() 610 if (get_sec(elf, shdr.sh_info, &ehdr, &shname_prog, in do_load_bpf_file() 633 if (get_sec(elf, i, &ehdr, &shname, &shdr, &data)) in do_load_bpf_file()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-drv.c | 318 static struct fw_sec *get_sec(struct iwl_firmware_pieces *pieces, in get_sec() function 1247 if (iwl_alloc_fw_desc(drv, &sec[i], get_sec(pieces, type, i))) in iwl_alloc_ucode()
|