Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/guest_loader/
Dguest_loader.cc302 &instance->vdso_elf_file_, in CreateInstance()
304 if (!InitializeVdso(instance->vdso_elf_file_, error_msg)) { in CreateInstance()
356 &vdso_elf_file_); in StartGuestMainThread()
363 argc, argv, envp, &linker_elf_file_, &executable_elf_file_, &vdso_elf_file_); in StartGuestExecutable()
/frameworks/libs/binary_translation/guest_loader/include/berberis/guest_loader/
Dguest_loader.h153 LoadedElfFile vdso_elf_file_; variable