Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/src/
Dlinker_phdr.h44 size_t phdr_table_get_load_size(const ELF::Phdr* phdr_table,
Dcrazy_linker_elf_view.cpp17 load_size_ = phdr_table_get_load_size(phdr, phdr_count, &min_vaddr, NULL); in InitUnmapped()
Dlinker_phdr.cpp141 size_t phdr_table_get_load_size(const ELF::Phdr* phdr_table, in phdr_table_get_load_size() function
Dcrazy_linker_elf_loader.cpp188 phdr_table_get_load_size(phdr_table_, phdr_num_, &min_vaddr, NULL); in ReserveAddressSpace()