Home
last modified time | relevance | path

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

/external/bcc/src/cc/includes/
Dbcc_elf.h69 int bcc_elf_is_exe(const char *path);
/external/bcc/src/cc/
Dbcc_elf.h69 int bcc_elf_is_exe(const char *path);
Dbcc_proc.c47 return bcc_elf_is_exe(binpath) ? strdup(binpath) : 0; in bcc_procutils_which()
62 if (bcc_elf_is_exe(buffer)) in bcc_procutils_which()
Dbcc_elf.c594 int bcc_elf_is_exe(const char *path) { in bcc_elf_is_exe() function