Home
last modified time | relevance | path

Searched refs:phdr_limit (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/android/crazy_linker/src/
Dlinker_phdr.cpp190 const ELF::Phdr* phdr_limit = phdr + phdr_count; in _phdr_table_set_load_prot() local
192 for (; phdr < phdr_limit; phdr++) { in _phdr_table_set_load_prot()
264 const ELF::Phdr* phdr_limit = phdr_table + phdr_count; in phdr_table_get_relro_info() local
266 for (phdr = phdr_table; phdr < phdr_limit; ++phdr) { in phdr_table_get_relro_info()
350 const ELF::Phdr* phdr_limit = phdr + phdr_count; in phdr_table_get_arm_exidx() local
352 for (phdr = phdr_table; phdr < phdr_limit; phdr++) { in phdr_table_get_arm_exidx()
387 const ELF::Phdr* phdr_limit = phdr + phdr_count; in phdr_table_get_dynamic_section() local
389 for (phdr = phdr_table; phdr < phdr_limit; phdr++) { in phdr_table_get_dynamic_section()
Dcrazy_linker_elf_loader.cpp219 const ELF::Phdr* phdr_limit = phdr_table_ + phdr_num_; in FindPhdr() local
222 for (const ELF::Phdr* phdr = phdr_table_; phdr < phdr_limit; ++phdr) { in FindPhdr()
231 for (const ELF::Phdr* phdr = phdr_table_; phdr < phdr_limit; ++phdr) { in FindPhdr()
251 const ELF::Phdr* phdr_limit = phdr_table_ + phdr_num_; in CheckPhdr() local
253 for (ELF::Phdr* phdr = phdr_table_; phdr < phdr_limit; ++phdr) { in CheckPhdr()