Searched refs:phdr_limit (Results 1 – 1 of 1) sorted by relevance
356 const Elf32_Phdr* phdr_limit = phdr + phdr_count; in _phdr_table_set_load_prot() local358 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() local432 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() local522 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() local559 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() local599 for (phdr = phdr_table; phdr < phdr_limit; phdr++) { in phdr_table_get_loaded_phdr()[all …]