HomeSort by: relevance | last modified time | path
    Searched defs:new_links (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/
ecoff.c 1529 vlinks_t *new_links = allocate_vlinks ();
1533 new_links->datum = xcalloc (1, vp->object_size);
1536 new_links->datum = allocate_page ();
1541 new_links->start_index = vp->num_allocated;
1545 vp->first = vp->last = new_links;
1548 new_links->prev = vp->last;
1549 vp->last->next = new_links;
1550 vp->last = new_links;
1523 vlinks_t *new_links = allocate_vlinks (); local
  /src/external/gpl3/binutils.old/dist/gas/
ecoff.c 1529 vlinks_t *new_links = allocate_vlinks ();
1533 new_links->datum = xcalloc (1, vp->object_size);
1536 new_links->datum = allocate_page ();
1541 new_links->start_index = vp->num_allocated;
1545 vp->first = vp->last = new_links;
1548 new_links->prev = vp->last;
1549 vp->last->next = new_links;
1550 vp->last = new_links;
1523 vlinks_t *new_links = allocate_vlinks (); local

Completed in 37 milliseconds