Home
last modified time | relevance | path

Searched defs:_Unwind_Ptr (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind-generic.h51 typedef unsigned _Unwind_Ptr __attribute__((__mode__(__word__))); typedef
53 typedef unsigned _Unwind_Ptr __attribute__((__mode__(__pointer__))); typedef
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dunwind-generic.h51 typedef unsigned _Unwind_Ptr __attribute__((__mode__(__word__))); typedef
53 typedef unsigned _Unwind_Ptr __attribute__((__mode__(__pointer__))); typedef
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/unwind/
H A Dgeneric.d87 alias _Unwind_Ptr = __builtin_pointer_uint; in version() local
91 alias _Unwind_Ptr = __builtin_pointer_uint; variable
H A Darm_common.d59 alias _Unwind_Ptr = __builtin_pointer_uint; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/unwind/
H A Dgeneric.d87 alias _Unwind_Ptr = __builtin_pointer_uint; in version() local
91 alias _Unwind_Ptr = __builtin_pointer_uint; variable
H A Darm_common.d59 alias _Unwind_Ptr = __builtin_pointer_uint; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/
H A Dunwind-arm-common.h37 typedef unsigned _Unwind_Ptr __attribute__((__mode__(__pointer__))); typedef
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dunwind-arm-common.h37 typedef unsigned _Unwind_Ptr __attribute__((__mode__(__pointer__))); typedef
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dunwind.h57 typedef uintptr_t _Unwind_Ptr; typedef