Searched refs:get_sec (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/samples/bpf/ |
D | bpf_load.c | 170 static int get_sec(Elf *elf, int i, GElf_Ehdr *ehdr, char **shname, in get_sec() function 253 if (get_sec(elf, i, &ehdr, &shname, &shdr, &data)) in load_bpf_file() 284 if (get_sec(elf, i, &ehdr, &shname, &shdr, &data)) in load_bpf_file() 289 if (get_sec(elf, shdr.sh_info, &ehdr, &shname_prog, in load_bpf_file() 314 if (get_sec(elf, i, &ehdr, &shname, &shdr, &data)) in load_bpf_file()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/ |
D | iwl-drv.c | 302 static struct fw_sec *get_sec(struct iwl_firmware_pieces *pieces, in get_sec() function 1071 get_sec(pieces, type, i))) in iwl_alloc_ucode()
|