Searched refs:is_elf (Results 1 – 2 of 2) sorted by relevance
104 static int is_elf(struct elfhdr *hdr, struct file *file) in is_elf() function210 if (!is_elf(&exec_params.hdr, bprm->file)) in load_elf_fdpic_binary()304 if (!is_elf(&interp_params.hdr, interpreter)) in load_elf_fdpic_binary()
90 def is_elf(path): function168 results = oe.utils.multiprocess_launch_mp(is_elf, checkelf, max_process)1109 results = oe.utils.multiprocess_launch(oe.package.is_elf, checkelflinks.values(), d)1121 results = oe.utils.multiprocess_launch(oe.package.is_elf, checkelf.keys(), d)