HomeSort by relevance Sort by last modified time
    Searched refs:bcc_elf_is_exe (Results 1 - 3 of 3) sorted by null

  /external/bcc/src/cc/
bcc_elf.h 69 int bcc_elf_is_exe(const char *path);
bcc_proc.c 47 return bcc_elf_is_exe(binpath) ? strdup(binpath) : 0;
62 if (bcc_elf_is_exe(buffer))
bcc_elf.c 594 int bcc_elf_is_exe(const char *path) { function

Completed in 653 milliseconds