Home | History | Annotate | Download | only in linker

Lines Matching refs:phdr_limit

407   const ElfW(Phdr)* phdr_limit = phdr + phdr_count;
409 for (; phdr < phdr_limit; phdr++) {
468 const ElfW(Phdr)* phdr_limit = phdr + phdr_count;
470 for (phdr = phdr_table; phdr < phdr_limit; phdr++) {
539 const ElfW(Phdr)* phdr_limit = phdr + phdr_count;
542 for (phdr = phdr_table; phdr < phdr_limit; phdr++) {
600 const ElfW(Phdr)* phdr_limit = phdr + phdr_count;
602 for (phdr = phdr_table; phdr < phdr_limit; phdr++) {
680 const ElfW(Phdr)* phdr_limit = phdr + phdr_count;
682 for (phdr = phdr_table; phdr < phdr_limit; phdr++) {
714 for (const ElfW(Phdr)* phdr = phdr_table, *phdr_limit = phdr + phdr_count; phdr < phdr_limit; phdr++) {
729 const ElfW(Phdr)* phdr_limit = phdr_table_ + phdr_num_;
732 for (const ElfW(Phdr)* phdr = phdr_table_; phdr < phdr_limit; ++phdr) {
741 for (const ElfW(Phdr)* phdr = phdr_table_; phdr < phdr_limit; ++phdr) {
761 const ElfW(Phdr)* phdr_limit = phdr_table_ + phdr_num_;
763 for (ElfW(Phdr)* phdr = phdr_table_; phdr < phdr_limit; ++phdr) {