Searched defs:phdr_table (Results 1 – 3 of 3) sorted by relevance
/frameworks/libs/binary_translation/tiny_loader/include/berberis/tiny_loader/ |
D | loaded_elf_file.h | 40 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/ |
D | tiny_loader.cc | 89 size_t phdr_table_get_load_size(const ElfPhdr* phdr_table, size_t phdr_count, in phdr_table_get_load_size() 304 const ElfPhdr** phdr_table, size_t* phdr_num) { in ReadProgramHeadersFromFile() 325 size_t load_size, const ElfPhdr** phdr_table, in ReadProgramHeadersFromMemory() 352 bool TinyElfLoader::ReserveAddressSpace(ElfHalf e_type, const ElfPhdr* phdr_table, size_t phdr_num, in ReserveAddressSpace() 408 const ElfPhdr* phdr_table, size_t phdr_num, size_t align, in LoadSegments() 626 const ElfPhdr* phdr_table = nullptr; in LoadFromFile() local
|
/frameworks/libs/binary_translation/guest_loader/ |
D | guest_loader.cc | 56 const ElfPhdr* phdr_table = loaded_executable->phdr_table(); in FindPtInterp() local
|