Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/support/scripts/
H A Dcheck-host-rpath22 is_elf "${file}" || continue
36 is_elf() { function
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dpackage.py79 def is_elf(path): function
156 results = oe.utils.multiprocess_launch(is_elf, checkelf, d)
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dpackage.bbclass1234 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)