Home | History | Annotate | Download | only in ld

Lines Matching defs:nexts

2159   asection *nexts;
2309 nexts = s;
2310 while ((nexts = bfd_get_next_section_by_name (nexts->owner, nexts))
2312 if (nexts->output_section == NULL
2313 && (nexts->flags & SEC_EXCLUDE) == 0
2314 && ((nexts->flags ^ flags) & (SEC_LOAD | SEC_ALLOC)) == 0
2315 && (nexts->owner->flags & DYNAMIC) == 0
2316 && !bfd_input_just_syms (nexts->owner)
2317 && _bfd_elf_match_sections_by_type (nexts->owner, nexts,
2320 | (nexts->flags ^ SEC_READONLY))