Searched refs:phdr_limit (Results 1 – 1 of 1) sorted by relevance
374 const Elf32_Phdr* phdr_limit = phdr + phdr_count; in _phdr_table_set_load_prot() local376 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() local450 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() local540 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() local579 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() local606 for (const Elf32_Phdr* phdr = phdr_table_; phdr < phdr_limit; ++phdr) { in FindPhdr()[all …]