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

/bionic/linker/
H A Dlinker_phdr.cpp384 const Elf32_Phdr* phdr_limit = phdr + phdr_count; local
386 for (; phdr < phdr_limit; phdr++) {
458 const Elf32_Phdr* phdr_limit = phdr + phdr_count; local
460 for (phdr = phdr_table; phdr < phdr_limit; phdr++) {
548 const Elf32_Phdr* phdr_limit = phdr + phdr_count; local
550 for (phdr = phdr_table; phdr < phdr_limit; phdr++) {
587 const Elf32_Phdr* phdr_limit = phdr + phdr_count; local
589 for (phdr = phdr_table; phdr < phdr_limit; phdr++) {
613 const Elf32_Phdr* phdr_limit = phdr_table_ + phdr_num_; local
616 for (const Elf32_Phdr* phdr = phdr_table_; phdr < phdr_limit;
645 const Elf32_Phdr* phdr_limit = phdr_table_ + phdr_num_; local
[all...]

Completed in 57 milliseconds