Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tiny_loader/include/berberis/tiny_loader/
Dloaded_elf_file.h35 phdr_table_(nullptr), in LoadedElfFile()
48 phdr_table_(phdr_table), in LoadedElfFile()
62 phdr_table_(phdr_table), in LoadedElfFile()
82 const ElfPhdr* phdr_table() const { return phdr_table_; } in phdr_table()
99 const ElfPhdr* phdr_table_; variable