Home
last modified time | relevance | path

Searched defs:phdr_table (Results 1 – 2 of 2) 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.cc88 size_t phdr_table_get_load_size(const ElfPhdr* phdr_table, size_t phdr_count, in phdr_table_get_load_size()
303 const ElfPhdr** phdr_table, size_t* phdr_num) { in ReadProgramHeadersFromFile()
324 size_t load_size, const ElfPhdr** phdr_table, in ReadProgramHeadersFromMemory()
351 bool TinyElfLoader::ReserveAddressSpace(ElfHalf e_type, const ElfPhdr* phdr_table, size_t phdr_num, in ReserveAddressSpace()
407 const ElfPhdr* phdr_table, size_t phdr_num, size_t align, in LoadSegments()
623 const ElfPhdr* phdr_table = nullptr; in LoadFromFile() local