Home
last modified time | relevance | path

Searched refs:pnext (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/gold/
Dscript-sections.cc4062 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()
[all …]
/toolchain/binutils/binutils-2.27/bfd/
Dcoff64-rs6000.c1096 bfd_byte *pnext; in xcoff64_reloc_type_br() local
1099 pnext = contents + section_offset + 4; in xcoff64_reloc_type_br()
1100 next = bfd_get_32 (input_bfd, pnext); in xcoff64_reloc_type_br()
1109 bfd_put_32 (input_bfd, 0xe8410028, pnext); /* ld r2,40(r1) */ in xcoff64_reloc_type_br()
1114 bfd_put_32 (input_bfd, 0x60000000, pnext); /* ori r0,r0,0 */ in xcoff64_reloc_type_br()
Dcoff-rs6000.c2895 bfd_byte *pnext; in xcoff_reloc_type_br() local
2898 pnext = contents + section_offset + 4; in xcoff_reloc_type_br()
2899 next = bfd_get_32 (input_bfd, pnext); in xcoff_reloc_type_br()
2908 bfd_put_32 (input_bfd, 0x80410014, pnext); /* lwz r2,20(r1) */ in xcoff_reloc_type_br()
2914 bfd_put_32 (input_bfd, 0x60000000, pnext); /* ori r0,r0,0 */ in xcoff_reloc_type_br()