Searched refs:phdr_table (Results 1 - 3 of 3) sorted by relevance

/bionic/linker/
H A Dlinker_phdr.h84 phdr_table_get_load_size(const Elf32_Phdr* phdr_table,
90 phdr_table_protect_segments(const Elf32_Phdr* phdr_table,
95 phdr_table_unprotect_segments(const Elf32_Phdr* phdr_table,
100 phdr_table_protect_gnu_relro(const Elf32_Phdr* phdr_table,
107 phdr_table_get_arm_exidx(const Elf32_Phdr* phdr_table,
115 phdr_table_get_dynamic_section(const Elf32_Phdr* phdr_table,
H A Dlinker_phdr.cpp239 size_t phdr_table_get_load_size(const Elf32_Phdr* phdr_table, argument
249 const Elf32_Phdr* phdr = &phdr_table[i];
378 _phdr_table_set_load_prot(const Elf32_Phdr* phdr_table, argument
383 const Elf32_Phdr* phdr = phdr_table;
408 * phdr_table -> program header table
415 phdr_table_protect_segments(const Elf32_Phdr* phdr_table, argument
419 return _phdr_table_set_load_prot(phdr_table, phdr_count,
433 * phdr_table -> program header table
440 phdr_table_unprotect_segments(const Elf32_Phdr* phdr_table, argument
444 return _phdr_table_set_load_prot(phdr_table, phdr_coun
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...]
H A Dlinker.cpp1803 const Elf32_Phdr* phdr_table = (const Elf32_Phdr*)((char*)elf + offset); local
1804 const Elf32_Phdr* phdr_end = phdr_table + elf->e_phnum;
1806 for (const Elf32_Phdr* phdr = phdr_table; phdr < phdr_end; phdr++) {

Completed in 188 milliseconds