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

  /external/bcc/src/cc/
bcc_elf.h 70 int bcc_elf_is_vdso(const char *name);
bcc_elf.c 602 int bcc_elf_is_vdso(const char *name) { function
615 if (!bcc_elf_is_vdso(name))
bcc_syms.cc 264 else if (bcc_elf_is_vdso(name_.c_str()) == 1)

Completed in 3107 milliseconds