Home
last modified time | relevance | path

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

/external/bcc/src/cc/includes/
Dbcc_elf.h70 int bcc_elf_is_vdso(const char *name);
/external/bcc/src/cc/
Dbcc_elf.h70 int bcc_elf_is_vdso(const char *name);
Dbcc_elf.c602 int bcc_elf_is_vdso(const char *name) { in bcc_elf_is_vdso() function
615 if (!bcc_elf_is_vdso(name)) in find_vdso()
Dbcc_syms.cc264 else if (bcc_elf_is_vdso(name_.c_str()) == 1) in Module()