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

/ndk/sources/android/crazy_linker/src/
H A Dlinker_phdr.cpp141 size_t phdr_table_get_load_size(const ELF::Phdr* phdr_table, argument
150 const ELF::Phdr* phdr = &phdr_table[i];
185 static int _phdr_table_set_load_prot(const ELF::Phdr* phdr_table, argument
189 const ELF::Phdr* phdr = phdr_table;
215 * phdr_table -> program header table
221 int phdr_table_protect_segments(const ELF::Phdr* phdr_table, argument
224 return _phdr_table_set_load_prot(phdr_table, phdr_count, load_bias, 0);
237 * phdr_table -> program header table
243 int phdr_table_unprotect_segments(const ELF::Phdr* phdr_table, argument
247 phdr_table, phdr_coun
258 phdr_table_get_relro_info(const ELF::Phdr* phdr_table, int phdr_count, ELF::Addr load_bias, ELF::Addr* relro_start, ELF::Addr* relro_size) argument
312 phdr_table_protect_gnu_relro(const ELF::Phdr* phdr_table, int phdr_count, ELF::Addr load_bias) argument
344 phdr_table_get_arm_exidx(const ELF::Phdr* phdr_table, int phdr_count, ELF::Addr load_bias, ELF::Addr** arm_exidx, unsigned* arm_exidx_count) argument
380 phdr_table_get_dynamic_section(const ELF::Phdr* phdr_table, int phdr_count, ELF::Addr load_bias, const ELF::Dyn** dynamic, size_t* dynamic_count, ELF::Word* dynamic_flags) argument
[all...]

Completed in 19 milliseconds