Searched refs:phdr_limit (Results 1 – 2 of 2) sorted by relevance
190 const ELF::Phdr* phdr_limit = phdr + phdr_count; in _phdr_table_set_load_prot() local192 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() local266 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() local352 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() local389 for (phdr = phdr_table; phdr < phdr_limit; phdr++) { in phdr_table_get_dynamic_section()
219 const ELF::Phdr* phdr_limit = phdr_table_ + phdr_num_; in FindPhdr() local222 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() local253 for (ELF::Phdr* phdr = phdr_table_; phdr < phdr_limit; ++phdr) { in CheckPhdr()