Home
last modified time | relevance | path

Searched refs:source_tail (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/binutils/binutils/
Dcoffgrok.c604 head->source_tail = 0; in doit()
634 if (head->source_tail) in doit()
635 head->source_tail->next = n; in doit()
638 head->source_tail = n; in doit()
Dcoffgrok.h63 struct coff_sfile *source_tail; member