Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dwinnt.c633 static GTY(()) struct export_list *export_head; variable
661 p->next = export_head; in i386_pe_maybe_record_exported_symbol()
664 export_head = p; in i386_pe_maybe_record_exported_symbol()
774 if (export_head) in i386_pe_file_end()
778 for (q = export_head; q != NULL; q = q->next) in i386_pe_file_end()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dwinnt.cc632 static GTY(()) struct export_list *export_head; variable
660 p->next = export_head; in i386_pe_maybe_record_exported_symbol()
663 export_head = p; in i386_pe_maybe_record_exported_symbol()
773 if (export_head) in i386_pe_file_end()
777 for (q = export_head; q != NULL; q = q->next) in i386_pe_file_end()
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_modes.h431 struct list_head export_head; member
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_connector.c2176 list_for_each_entry(mode_itr, export_list, export_head) in drm_mode_expose_to_userspace()
2249 list_add_tail(&mode->export_head, &export_list); in drm_mode_getconnector()
2264 list_for_each_entry(mode, &export_list, export_head) { in drm_mode_getconnector()
/netbsd-src/tests/bin/sh/
H A Dt_builtins.sh387 export_head() { function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-19999821 (export_head): this.
H A DChangeLog-200431186 (export_head): Likewise.