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

  /external/bcc/src/cc/
bcc_elf.h 67 int bcc_elf_get_type(const char *path);
bcc_elf.c 575 int bcc_elf_get_type(const char *path) { function
595 return (bcc_elf_get_type(path) != -1) && (access(path, X_OK) == 0);
599 return bcc_elf_get_type(path) == ET_DYN;
bcc_syms.cc 252 int elf_type = bcc_elf_get_type(name_.c_str());
535 if (bcc_elf_get_type(sym->module) == ET_EXEC) {

Completed in 2084 milliseconds