Lines Matching refs:pnext
4062 Layout::Section_list::const_iterator pnext = p + 1; in create_note_and_tls_segments() local
4063 while (pnext != sections->end() in create_note_and_tls_segments()
4064 && (*pnext)->type() == elfcpp::SHT_NOTE) in create_note_and_tls_segments()
4066 seg_flags = Layout::section_flags_to_segment((*pnext)->flags()); in create_note_and_tls_segments()
4067 oseg->add_output_section_to_nonload(*pnext, seg_flags); in create_note_and_tls_segments()
4068 p = pnext; in create_note_and_tls_segments()
4069 ++pnext; in create_note_and_tls_segments()
4084 Layout::Section_list::const_iterator pnext = p + 1; in create_note_and_tls_segments() local
4085 while (pnext != sections->end() in create_note_and_tls_segments()
4086 && ((*pnext)->flags() & elfcpp::SHF_TLS) != 0) in create_note_and_tls_segments()
4088 seg_flags = Layout::section_flags_to_segment((*pnext)->flags()); in create_note_and_tls_segments()
4089 oseg->add_output_section_to_nonload(*pnext, seg_flags); in create_note_and_tls_segments()
4090 p = pnext; in create_note_and_tls_segments()
4091 ++pnext; in create_note_and_tls_segments()