Home
last modified time | relevance | path

Searched refs:export_head (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/gcc/config/i386/
HDwinnt.c676 static GTY(()) struct export_list *export_head; variable
690 p->next = export_head; in i386_pe_record_exported_symbol()
693 export_head = p; in i386_pe_record_exported_symbol()
723 if (export_head) in i386_pe_file_end()
727 for (q = export_head; q != NULL; q = q->next) in i386_pe_file_end()
/NextBSD/contrib/gcc/
HDChangeLog-19999821 (export_head): this.
HDChangeLog-200431186 (export_head): Likewise.