Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/guest_loader/
Dguest_loader.cc88 const LoadedElfFile* main_executable_elf_file, in StartGuestExecutableImpl() argument
90 GuestAddr main_executable_entry_point = ToGuestAddr(main_executable_elf_file->entry_point()); in StartGuestExecutableImpl()
122 ToGuestAddr(main_executable_elf_file->phdr_table()), in StartGuestExecutableImpl()
123 main_executable_elf_file->phdr_count(), in StartGuestExecutableImpl()