Home | History | Annotate | Download | only in bfd

Lines Matching refs:answer

383   struct bfd_section *answer = abfd->sections;
392 while (answer)
394 if (answer->target_index == section_index)
395 return answer;
396 answer = answer->next;