Lines Matching +full:gcc +full:- +full:4
1 /*===---- unwind.h - Stack unwinding ----------------------------------------===
21 *===-----------------------------------------------------------------------===
38 // builds with -fvisibility=hidden and relies on gcc's unwind.h to reset the
39 // visibility to default and export its contents. gcc also allows users to
41 // the user's -fvisibility setting; it doesn't hide any exports on its own). We
42 // imitate gcc's header here:
46 # pragma GCC visibility push(default)
48 # pragma GCC visibility pop
63 symbols it declares, but this matches gcc's behavior and some programs
66 #pragma GCC visibility push(default)
90 _URC_NORMAL_STOP = 4,
106 _UA_HANDLER_FRAME = 4,
108 _UA_END_OF_STACK = 16 /* gcc extension to C++ ABI */
119 /* The Itanium ABI requires that _Unwind_Exception objects are "double-word
120 * aligned". GCC has interpreted this to mean "use the maximum useful
144 _UVRSC_WMMXC = 4 /* Intel WMMX control register */
151 _UVRSD_FLOAT = 4,
259 /* Darwin-specific functions */
290 #pragma GCC visibility pop