Home
last modified time | relevance | path

Searched refs:get_sec (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/samples/bpf/
Dbpf_load.c300 static int get_sec(Elf *elf, int i, GElf_Ehdr *ehdr, char **shname, in get_sec() function
528 if (get_sec(elf, i, &ehdr, &shname, &shdr, &data)) in do_load_bpf_file()
587 if (get_sec(elf, i, &ehdr, &shname, &shdr, &data)) in do_load_bpf_file()
594 if (get_sec(elf, shdr.sh_info, &ehdr, &shname_prog, in do_load_bpf_file()
617 if (get_sec(elf, i, &ehdr, &shname, &shdr, &data)) in do_load_bpf_file()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/
Diwl-drv.c318 static struct fw_sec *get_sec(struct iwl_firmware_pieces *pieces, in get_sec() function
1152 if (iwl_alloc_fw_desc(drv, &sec[i], get_sec(pieces, type, i))) in iwl_alloc_ucode()