Searched refs:is_elf (Results 1 – 4 of 4) sorted by relevance
22 is_elf "${file}" || continue36 is_elf() { function
79 def is_elf(path): function156 results = oe.utils.multiprocess_launch(is_elf, checkelf, d)
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()
1234 results = oe.utils.multiprocess_launch(oe.package.is_elf, checkelflinks.values(), d)1246 results = oe.utils.multiprocess_launch(oe.package.is_elf, checkelf.keys(), d)