Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_phdr.c356 const Elf32_Phdr* phdr_limit = phdr + phdr_count; in _phdr_table_set_load_prot() local
358 for (; phdr < phdr_limit; phdr++) { in _phdr_table_set_load_prot()
430 const Elf32_Phdr* phdr_limit = phdr + phdr_count; in _phdr_table_set_gnu_relro_prot() local
432 for (phdr = phdr_table; phdr < phdr_limit; phdr++) { in _phdr_table_set_gnu_relro_prot()
520 const Elf32_Phdr* phdr_limit = phdr + phdr_count; in phdr_table_get_arm_exidx() local
522 for (phdr = phdr_table; phdr < phdr_limit; phdr++) { in phdr_table_get_arm_exidx()
557 const Elf32_Phdr* phdr_limit = phdr + phdr_count; in phdr_table_get_dynamic_section() local
559 for (phdr = phdr_table; phdr < phdr_limit; phdr++) { in phdr_table_get_dynamic_section()
594 const Elf32_Phdr* phdr_limit = phdr + phdr_count; in phdr_table_get_loaded_phdr() local
599 for (phdr = phdr_table; phdr < phdr_limit; phdr++) { in phdr_table_get_loaded_phdr()
[all …]