Home
last modified time | relevance | path

Searched refs:stub_list (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/config/i386/
H A Dwinnt.c627 struct GTY(()) stub_list struct
629 struct stub_list *next; argument
635 static GTY(()) struct stub_list *stub_head; argument
670 struct stub_list *p; in i386_pe_record_stub()
684 p = ggc_alloc<stub_list> (); in i386_pe_record_stub()
788 struct stub_list *q; in i386_pe_file_end()
H A Dwinnt.cc626 struct GTY(()) stub_list struct
628 struct stub_list *next; argument
634 static GTY(()) struct stub_list *stub_head; argument
669 struct stub_list *p; in i386_pe_record_stub()
683 p = ggc_alloc<stub_list> (); in i386_pe_record_stub()
787 struct stub_list *q; in i386_pe_file_end()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dwinnt.c627 struct GTY(()) stub_list struct
629 struct stub_list *next; argument
635 static GTY(()) struct stub_list *stub_head; argument
670 struct stub_list *p; in i386_pe_record_stub()
684 p = ggc_alloc<stub_list> (); in i386_pe_record_stub()
788 struct stub_list *q; in i386_pe_file_end()
/netbsd/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201334400 * config/i386/winnt.c (stub_list): New structure.