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

  /src/external/gpl3/binutils/dist/gas/
ecoff.c 1394 static thead_t *top_tag_head = 0; /* top level tag head */
1485 top_tag_head = allocate_thead ();
1486 top_tag_head->first_tag = NULL;
1487 top_tag_head->free = NULL;
1488 top_tag_head->prev = cur_tag_head;
1489 cur_tag_head = top_tag_head;
4608 for (ptag = top_tag_head->first_tag;
4620 free_thead (top_tag_head);
1391 static thead_t *top_tag_head = 0; \/* top level tag head *\/ variable
  /src/external/gpl3/binutils.old/dist/gas/
ecoff.c 1394 static thead_t *top_tag_head = 0; /* top level tag head */
1485 top_tag_head = allocate_thead ();
1486 top_tag_head->first_tag = NULL;
1487 top_tag_head->free = NULL;
1488 top_tag_head->prev = cur_tag_head;
1489 cur_tag_head = top_tag_head;
4605 for (ptag = top_tag_head->first_tag;
4617 free_thead (top_tag_head);
1391 static thead_t *top_tag_head = 0; \/* top level tag head *\/ variable

Completed in 61 milliseconds