Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_phdr.cpp265 size_t phdr_table_get_load_size(const ElfW(Phdr)* phdr_table, size_t phdr_count, in phdr_table_get_load_size()
439 static int _phdr_table_set_load_prot(const ElfW(Phdr)* phdr_table, size_t phdr_count, in _phdr_table_set_load_prot()
480 size_t phdr_count, ElfW(Addr) load_bias) { in phdr_table_protect_segments()
501 size_t phdr_count, ElfW(Addr) load_bias) { in phdr_table_unprotect_segments()
508 static int _phdr_table_set_gnu_relro_prot(const ElfW(Phdr)* phdr_table, size_t phdr_count, in _phdr_table_set_gnu_relro_prot()
564 size_t phdr_count, ElfW(Addr) load_bias) { in phdr_table_protect_gnu_relro()
581 size_t phdr_count, in phdr_table_serialize_gnu_relro()
628 size_t phdr_count, in phdr_table_map_gnu_relro()
724 int phdr_table_get_arm_exidx(const ElfW(Phdr)* phdr_table, size_t phdr_count, in phdr_table_get_arm_exidx()
758 void phdr_table_get_dynamic_section(const ElfW(Phdr)* phdr_table, size_t phdr_count, in phdr_table_get_dynamic_section()
Dlinker_phdr.h47 size_t phdr_count() { return phdr_num_; } in phdr_count() function