Searched refs:SYM_FINI (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcollect2.c295 SYM_FINI = 4, /* shared object routine that calls all the dtors */
354 SCAN_FINI = 1 << SYM_FINI,
498 { "GLOBAL__FD_", sizeof ("GLOBAL__FD_")-1, SYM_FINI, 0 },
2477 case SYM_FINI:
2858 case SYM_FINI:
293 SYM_FINI = 4, /* shared object routine that calls all the dtors */ enumerator in enum:symkind
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcollect2.cc296 SYM_FINI = 4, /* shared object routine that calls all the dtors */
354 SCAN_FINI = 1 << SYM_FINI,
490 { "GLOBAL__FD_", sizeof ("GLOBAL__FD_")-1, SYM_FINI, 0 },
2479 case SYM_FINI:
2863 case SYM_FINI:
294 SYM_FINI = 4, /* shared object routine that calls all the dtors */ enumerator in enum:symkind

Completed in 188 milliseconds