Searched refs:LINK_EH_SPEC (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dlinux.h55 /* Override linux.h LINK_EH_SPEC definition.
58 #undef LINK_EH_SPEC macro
59 #define LINK_EH_SPEC "" macro
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dwindiss.h93 #undef LINK_EH_SPEC macro
94 #define LINK_EH_SPEC "" macro
/freebsd-11-stable/contrib/gcc/config/
H A Dfreebsd-spec.h183 #define LINK_EH_SPEC "%{!static:--eh-frame-hdr} " macro
H A Dlinux.h88 #define LINK_EH_SPEC "%{!static:--eh-frame-hdr} " macro
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dlinux.h198 #define LINK_EH_SPEC "%{!static:--eh-frame-hdr} "
197 #define LINK_EH_SPEC macro
H A Dlinux64.h329 #define LINK_EH_SPEC "%{!static:--eh-frame-hdr} " macro
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Dsysv4.h913 # define LINK_EH_SPEC "%{!static:--eh-frame-hdr} "
912 # define LINK_EH_SPEC macro
/freebsd-11-stable/contrib/gcc/
H A Dgcc.c1662 #ifdef LINK_EH_SPEC
1819 #ifdef LINK_EH_SPEC
1820 /* Prepend LINK_EH_SPEC to whatever link_spec we had before. */
1821 obstack_grow (&obstack, LINK_EH_SPEC, sizeof(LINK_EH_SPEC) - 1);

Completed in 109 milliseconds