Home | History | Annotate | Download | only in bfd

Lines Matching defs:new_lo

2477   struct bfd_link_order *new_lo;
2479 new_lo = (struct bfd_link_order *) bfd_zalloc (abfd, amt);
2480 if (!new_lo)
2483 new_lo->type = bfd_undefined_link_order;
2486 section->map_tail.link_order->next = new_lo;
2488 section->map_head.link_order = new_lo;
2489 section->map_tail.link_order = new_lo;
2491 return new_lo;