Home
last modified time | relevance | path

Searched defs:phdr_table (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/binary_translation/tiny_loader/include/berberis/tiny_loader/
Dloaded_elf_file.h40 const ElfPhdr* phdr_table, size_t phdr_count, const ElfDyn* dynamic, in LoadedElfFile()
55 const ElfPhdr* phdr_table, size_t phdr_count, const ElfDyn* dynamic, in LoadedElfFile()
82 const ElfPhdr* phdr_table() const { return phdr_table_; } in phdr_table() function
/frameworks/libs/binary_translation/tiny_loader/
Dtiny_loader.cc93 size_t phdr_table_get_load_size(const ElfPhdr* phdr_table, size_t phdr_count, in phdr_table_get_load_size()
315 const ElfPhdr** phdr_table, size_t* phdr_num) { in ReadProgramHeadersFromFile()
336 size_t load_size, const ElfPhdr** phdr_table, in ReadProgramHeadersFromMemory()
363 bool TinyElfLoader::ReserveAddressSpace(ElfHalf e_type, const ElfPhdr* phdr_table, size_t phdr_num, in ReserveAddressSpace()
419 const ElfPhdr* phdr_table, size_t phdr_num, size_t align, in LoadSegments()
657 const ElfPhdr* phdr_table = nullptr; in CalculateLoadSize() local
684 const ElfPhdr* phdr_table = nullptr; in LoadFromFile() local
/frameworks/libs/binary_translation/guest_loader/
Dguest_loader.cc56 const ElfPhdr* phdr_table = loaded_executable->phdr_table(); in FindPtInterp() local