Searched defs:phdr_count (Results 1 - 2 of 2) sorted by last modified time

/bionic/linker/
H A Dlinker_phdr.cpp379 size_t phdr_table_get_load_size(const ElfW(Phdr)* phdr_table, size_t phdr_count, variable
386 for (size_t i = 0; i < phdr_count; ++i) {
567 static int _phdr_table_set_load_prot(const ElfW(Phdr)* phdr_table, size_t phdr_count, variable
570 const ElfW(Phdr)* phdr_limit = phdr + phdr_count;
602 * phdr_count -> number of entries in tables
608 size_t phdr_count, ElfW(Addr) load_bias) { variable
609 return _phdr_table_set_load_prot(phdr_table, phdr_count, load_bias, 0);
623 * phdr_count -> number of entries in tables
629 size_t phdr_count, ElfW(Addr) load_bias) { variable
630 return _phdr_table_set_load_prot(phdr_table, phdr_count, load_bia
636 static int _phdr_table_set_gnu_relro_prot(const ElfW(Phdr)* phdr_table, size_t phdr_count, variable
692 size_t phdr_count, ElfW(Addr) load_bias) { variable
709 size_t phdr_count, variable
756 size_t phdr_count, variable
852 int phdr_table_get_arm_exidx(const ElfW(Phdr)* phdr_table, size_t phdr_count, variable
886 void phdr_table_get_dynamic_section(const ElfW(Phdr)* phdr_table, size_t phdr_count, variable
911 const char* phdr_table_get_interpreter_name(const ElfW(Phdr) * phdr_table, size_t phdr_count, variable
[all...]
H A Dlinker_phdr.h49 size_t phdr_count() const { return phdr_num_; } function in class:ElfReader
108 size_t phdr_table_get_load_size(const ElfW(Phdr)* phdr_table, size_t phdr_count, variable
112 size_t phdr_count, ElfW(Addr) load_bias); variable
114 int phdr_table_unprotect_segments(const ElfW(Phdr)* phdr_table, size_t phdr_count, variable
117 int phdr_table_protect_gnu_relro(const ElfW(Phdr)* phdr_table, size_t phdr_count, variable
120 int phdr_table_serialize_gnu_relro(const ElfW(Phdr)* phdr_table, size_t phdr_count, variable
123 int phdr_table_map_gnu_relro(const ElfW(Phdr)* phdr_table, size_t phdr_count, variable
127 int phdr_table_get_arm_exidx(const ElfW(Phdr)* phdr_table, size_t phdr_count, ElfW(Addr) load_bias, variable
131 void phdr_table_get_dynamic_section(const ElfW(Phdr)* phdr_table, size_t phdr_count, variable
135 const char* phdr_table_get_interpreter_name(const ElfW(Phdr) * phdr_table, size_t phdr_count, variable
[all...]

Completed in 43 milliseconds