Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dbinfmt_elf_fdpic.c104 static int is_elf(struct elfhdr *hdr, struct file *file) in is_elf() function
210 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()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpackage.py90 def is_elf(path): function
168 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)