Home
last modified time | relevance | path

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

/external/bcc/src/cc/
Dbcc_elf.c670 static int vdso_image_fd = -1; variable
699 vdso_image_fd = fd; in find_vdso()
716 if (vdso_image_fd == -1) { in bcc_elf_foreach_vdso_sym()
717 vdso_image_fd = -2; in bcc_elf_foreach_vdso_sym()
720 if (vdso_image_fd == -2) in bcc_elf_foreach_vdso_sym()
723 if (openelf_fd(vdso_image_fd, &elf) == -1) in bcc_elf_foreach_vdso_sym()