Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_elf_view.cpp95 phdr_count_ = phdr_count; in InitUnmapped()
104 phdr_count_, in InitUnmapped()
114 if (phdr_table_protect_gnu_relro(phdr_, phdr_count_, load_bias_) < 0) { in ProtectRelroSection()
Dcrazy_linker_elf_view.h44 size_t phdr_count() const { return phdr_count_; } in phdr_count()
98 size_t phdr_count_; variable
Dcrazy_linker_elf_relocations.h104 size_t phdr_count_; variable
Dcrazy_linker_elf_relocations.cpp139 phdr_count_ = view->phdr_count(); in Init()
268 if (phdr_table_unprotect_segments(phdr_, phdr_count_, load_bias_) < 0) { in ApplyAll()
310 if (phdr_table_protect_segments(phdr_, phdr_count_, load_bias_) < 0) { in ApplyAll()