Searched refs:vdso_elf_file (Results 1 – 1 of 1) sorted by relevance
/frameworks/libs/binary_translation/guest_loader/ |
D | guest_loader.cc | 89 const LoadedElfFile* vdso_elf_file) { in StartGuestExecutableImpl() argument 124 ToGuestAddr(vdso_elf_file->base_addr()), in StartGuestExecutableImpl() 199 bool InitializeVdso(const LoadedElfFile& vdso_elf_file, std::string* error_msg) { in InitializeVdso() argument 201 vdso_elf_file, "vdso", "native_bridge_trace", TraceCallback, nullptr, error_msg)) { in InitializeVdso() 205 if (!MakeElfSymbolTrampolineCallable(vdso_elf_file, in InitializeVdso() 215 vdso_elf_file, "vdso", "native_bridge_post_init", PostInitCallback, nullptr, error_msg)) { in InitializeVdso() 219 void* call_guest_addr = vdso_elf_file.FindSymbol("native_bridge_call_guest"); in InitializeVdso()
|