Searched refs:bcc_elf_is_exe (Results 1 – 4 of 4) sorted by relevance
69 int bcc_elf_is_exe(const char *path);
47 return bcc_elf_is_exe(binpath) ? strdup(binpath) : 0; in bcc_procutils_which()62 if (bcc_elf_is_exe(buffer)) in bcc_procutils_which()
655 int bcc_elf_is_exe(const char *path) { in bcc_elf_is_exe() function