Home
last modified time | relevance | path

Searched defs:phdr_count (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/android/crazy_linker/src/
Dlinker_phdr.cpp142 size_t phdr_count, in phdr_table_get_load_size()
186 int phdr_count, in _phdr_table_set_load_prot()
222 int phdr_count, in phdr_table_protect_segments()
244 int phdr_count, in phdr_table_unprotect_segments()
259 int phdr_count, in phdr_table_get_relro_info()
313 int phdr_count, in phdr_table_protect_gnu_relro()
345 int phdr_count, in phdr_table_get_arm_exidx()
381 int phdr_count, in phdr_table_get_dynamic_section()
Dcrazy_linker_elf_loader.h49 size_t phdr_count() { return phdr_num_; } in phdr_count() function
Dcrazy_linker_elf_view.cpp13 size_t phdr_count, in InitUnmapped()
Dcrazy_linker_elf_view.h44 size_t phdr_count() const { return phdr_count_; } in phdr_count() function
Dcrazy_linker_shared_library.h40 size_t phdr_count() const { return view_.phdr_count(); } in phdr_count() function