Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_phdr.cpp374 const Elf32_Phdr* phdr_limit = phdr + phdr_count; in _phdr_table_set_load_prot() local
376 for (; phdr < phdr_limit; phdr++) { in _phdr_table_set_load_prot()
448 const Elf32_Phdr* phdr_limit = phdr + phdr_count; in _phdr_table_set_gnu_relro_prot() local
450 for (phdr = phdr_table; phdr < phdr_limit; phdr++) { in _phdr_table_set_gnu_relro_prot()
538 const Elf32_Phdr* phdr_limit = phdr + phdr_count; in phdr_table_get_arm_exidx() local
540 for (phdr = phdr_table; phdr < phdr_limit; phdr++) { in phdr_table_get_arm_exidx()
577 const Elf32_Phdr* phdr_limit = phdr + phdr_count; in phdr_table_get_dynamic_section() local
579 for (phdr = phdr_table; phdr < phdr_limit; phdr++) { in phdr_table_get_dynamic_section()
603 const Elf32_Phdr* phdr_limit = phdr_table_ + phdr_num_; in FindPhdr() local
606 for (const Elf32_Phdr* phdr = phdr_table_; phdr < phdr_limit; ++phdr) { in FindPhdr()
[all …]