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

/bionic/linker/
H A Dlinker_phdr.h47 size_t phdr_count() { return phdr_num_; } function in class:ElfReader
85 size_t phdr_count,
91 int phdr_count,
96 int phdr_count,
101 int phdr_count,
108 int phdr_count,
116 int phdr_count,
H A Dlinker_phdr.cpp240 size_t phdr_count,
248 for (size_t i = 0; i < phdr_count; ++i) {
379 int phdr_count,
384 const Elf32_Phdr* phdr_limit = phdr + phdr_count;
409 * phdr_count -> number of entries in tables
416 int phdr_count,
419 return _phdr_table_set_load_prot(phdr_table, phdr_count,
434 * phdr_count -> number of entries in tables
441 int phdr_count,
444 return _phdr_table_set_load_prot(phdr_table, phdr_count,
239 phdr_table_get_load_size(const Elf32_Phdr* phdr_table, size_t phdr_count, Elf32_Addr* out_min_vaddr, Elf32_Addr* out_max_vaddr) argument
378 _phdr_table_set_load_prot(const Elf32_Phdr* phdr_table, int phdr_count, Elf32_Addr load_bias, int extra_prot_flags) argument
415 phdr_table_protect_segments(const Elf32_Phdr* phdr_table, int phdr_count, Elf32_Addr load_bias) argument
440 phdr_table_unprotect_segments(const Elf32_Phdr* phdr_table, int phdr_count, Elf32_Addr load_bias) argument
452 _phdr_table_set_gnu_relro_prot(const Elf32_Phdr* phdr_table, int phdr_count, Elf32_Addr load_bias, int prot_flags) argument
511 phdr_table_protect_gnu_relro(const Elf32_Phdr* phdr_table, int phdr_count, Elf32_Addr load_bias) argument
541 phdr_table_get_arm_exidx(const Elf32_Phdr* phdr_table, int phdr_count, Elf32_Addr load_bias, Elf32_Addr** arm_exidx, unsigned* arm_exidx_count) argument
579 phdr_table_get_dynamic_section(const Elf32_Phdr* phdr_table, int phdr_count, Elf32_Addr load_bias, Elf32_Dyn** dynamic, size_t* dynamic_count, Elf32_Word* dynamic_flags) argument
[all...]

Completed in 113 milliseconds